add volumes to get that old look back
This commit is contained in:
parent
1595097afd
commit
d1dbee5ba4
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Reference in a new issue