소스 검색

name conflicting certbot

shared-host
Ignacio Falco 4 년 전
부모
커밋
b36895b85f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml 파일 보기

@@ -24,7 +24,7 @@ services:
24 24
 
25 25
   certbot:
26 26
     image: certbot/certbot
27
-    container_name: certbot
27
+    container_name: "certbot-${ORGANIZACION}"
28 28
     volumes:
29 29
       - ./log/certbot:/var/log/letsencrypt
30 30
       - ./data/certbot/conf:/etc/letsencrypt

Loading…
취소
저장