Update docker-compose.yml

This commit is contained in:
Thomas Peterson 2021-03-03 13:28:05 +00:00
parent 0b299347ae
commit ddf4f9f60a

View File

@ -32,8 +32,38 @@ networks:
name: nginx-proxy name: nginx-proxy
volumes: volumes:
conf: conf:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/conf'
vhost: vhost:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/vhost'
html: html:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/html'
dhparam: dhparam:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/dhparam'
certs: certs:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/certs'
acme: acme:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/acme'