Update docker-compose.yml
This commit is contained in:
parent
4f26970649
commit
d64f776a34
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ services:
|
||||||
companion:
|
companion:
|
||||||
image: quay.io/invidious/invidious-companion:latest
|
image: quay.io/invidious/invidious-companion:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# network_mode: "service:gluetun"
|
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
read_only: true
|
read_only: true
|
||||||
|
|
@ -10,6 +9,8 @@ services:
|
||||||
- ./config.toml:/app/config/config.toml:ro
|
- ./config.toml:/app/config/config.toml:ro
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
|
# network_mode: "service:gluetun"
|
||||||
|
# depends_on: gluetun
|
||||||
|
|
||||||
acme:
|
acme:
|
||||||
image: neilpang/acme.sh:latest # https://github.com/acmesh-official/acme.sh/wiki/Run-acme.sh-in-docker
|
image: neilpang/acme.sh:latest # https://github.com/acmesh-official/acme.sh/wiki/Run-acme.sh-in-docker
|
||||||
|
|
|
||||||
Reference in a new issue