Fixed one volume name.

This commit is contained in:
Otho Ulrich 2022-07-16 02:23:35 -04:00
parent e97fbb8196
commit b48633a0f3
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9

View File

@ -86,7 +86,7 @@ services:
com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy: "true"
volumes:
- certs:/etc/nginx/certs:ro
- vhost.d:/etc/nginx/vhost.d
- ./vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock:ro
networks:
@ -99,7 +99,7 @@ services:
volumes:
- certs:/etc/nginx/certs
- acme:/etc/acme.sh
- vhost.d:/etc/nginx/vhost.d
- ./vhost.d:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- /var/run/docker.sock:/var/run/docker.sock:ro
networks: