mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 11:06:09 +02:00
Update docker-compose.yml
This commit is contained in:
parent
f7555d749f
commit
7e145f47d8
1 changed files with 5 additions and 1 deletions
|
@ -61,6 +61,8 @@ services:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
networks:
|
networks:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
|
security_opt:
|
||||||
|
- label:disable
|
||||||
|
|
||||||
letsencrypt-companion:
|
letsencrypt-companion:
|
||||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||||
|
@ -75,7 +77,9 @@ services:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
depends_on:
|
depends_on:
|
||||||
- proxy
|
- proxy
|
||||||
|
security_opt:
|
||||||
|
- label:disable
|
||||||
|
|
||||||
# self signed
|
# self signed
|
||||||
# omgwtfssl:
|
# omgwtfssl:
|
||||||
# image: paulczar/omgwtfssl
|
# image: paulczar/omgwtfssl
|
||||||
|
|
Loading…
Add table
Reference in a new issue