add volumes to get that old look back

This commit is contained in:
Didier Slof 2023-02-15 13:55:40 +01:00
parent 1595097afd
commit d1dbee5ba4
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -17,6 +17,8 @@ services:
- 443:443 - 443:443
volumes: volumes:
- /srv/.webcerts:/etc/nginx/certs:rw - /srv/.webcerts:/etc/nginx/certs:rw
- /srv/proxy/config/conf.d:/etc/nginx/conf.d
- /srv/proxy/other/vhost.d:/etc/nginx/vhost.d
- /srv/proxy/data/html:/usr/share/nginx/html - /srv/proxy/data/html:/usr/share/nginx/html
- /var/run/docker.sock:/tmp/docker.sock - /var/run/docker.sock:/tmp/docker.sock
labels: labels: