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
121dd9cb72
commit
636400062d
1 changed files with 5 additions and 1 deletions
|
@ -67,6 +67,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
|
||||||
|
@ -81,6 +83,8 @@ services:
|
||||||
- proxy-tier
|
- proxy-tier
|
||||||
depends_on:
|
depends_on:
|
||||||
- proxy
|
- proxy
|
||||||
|
security_opt:
|
||||||
|
- label:disable
|
||||||
|
|
||||||
# self signed
|
# self signed
|
||||||
# omgwtfssl:
|
# omgwtfssl:
|
||||||
|
|
Loading…
Add table
Reference in a new issue