Browse Source

updated to acme-companion

moved away from legacy jrcs/letsencrypt-nginx-proxy-companion
Toastie 2 years ago
parent
commit
4b9e4cb4da
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docker-compose.yml

+ 3 - 3
docker-compose.yml

@@ -19,8 +19,8 @@ services:
       - ./data/vhost.d/:/etc/nginx/vhost.d/
       - ./data/html/:/usr/share/nginx/html/
       - ./data/htpasswd/:/etc/nginx/htpasswd/
-  proxy-companion:
-    container_name: reverse-proxy-letsencrypt
+  acme-companion:
+    container_name: acme-companion
     depends_on:
       - reverse-proxy
     image: jrcs/letsencrypt-nginx-proxy-companion      
@@ -31,4 +31,4 @@ services:
       - ./data/certs/:/etc/nginx/certs:rw
       - ./data/conf.d/:/etc/nginx/conf.d/
       - ./data/vhost.d/:/etc/nginx/vhost.d/
-      - ./data/html/:/usr/share/nginx/html/
+      - ./data/html/:/usr/share/nginx/html/