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
volumes:
conf:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/conf'
vhost:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/vhost'
html:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/html'
dhparam:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/dhparam'
certs:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/certs'
acme:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: '/data/volumes/letsencrypt/acme'