Skip to content

Commit 331beb1

Browse files
authored
Update docker-compose.yml
1 parent 85e60ca commit 331beb1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ services:
2626
environment:
2727
- TZ
2828

29-
nginx-letsencrypt:
30-
container_name: nginx-letsencrypt
31-
image: jrcs/letsencrypt-nginx-proxy-companion
29+
nginx-proxy-acme:
30+
container_name: nginx-proxy-acme
31+
image: nginxproxy/acme-companion
3232
restart: unless-stopped
3333
networks:
3434
- reverse-proxy
@@ -37,6 +37,7 @@ services:
3737
- ./volumes/vhost.d/:/etc/nginx/vhost.d
3838
- ./volumes/certs:/etc/nginx/certs:rw
3939
- ./volumes/html:/usr/share/nginx/html
40+
- ./volumes/acme/:/etc/acme.sh
4041
environment:
4142
- NGINX_PROXY_CONTAINER=nginx-proxy
4243
- TZ

0 commit comments

Comments
 (0)