a
This commit is contained in:
parent
17b3bcbecb
commit
84dcc806c6
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ x-common: &common
|
|||
environment:
|
||||
- DEFAULT_EMAIL=webmaster@faulty.nl
|
||||
- DEFAULT_HOST=home.famslof.nl
|
||||
volumes:
|
||||
volumes: &common-volumes
|
||||
- /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
|
||||
- /var/run/docker.sock:/tmp/docker.sock
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
proxy:
|
||||
|
||||
|
|
Reference in a new issue