浏览代码

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

正在加载...
取消
保存