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
|
||||
networks:
|
||||
- proxy-tier
|
||||
security_opt:
|
||||
- label:disable
|
||||
|
||||
letsencrypt-companion:
|
||||
image: jrcs/letsencrypt-nginx-proxy-companion
|
||||
|
@ -75,7 +77,9 @@ services:
|
|||
- proxy-tier
|
||||
depends_on:
|
||||
- proxy
|
||||
|
||||
security_opt:
|
||||
- label:disable
|
||||
|
||||
# self signed
|
||||
# omgwtfssl:
|
||||
# image: paulczar/omgwtfssl
|
||||
|
|
Loading…
Add table
Reference in a new issue