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:
|
||||
image: quay.io/invidious/invidious-companion:latest
|
||||
restart: unless-stopped
|
||||
# network_mode: "service:gluetun"
|
||||
cap_drop:
|
||||
- ALL
|
||||
read_only: true
|
||||
|
@ -10,6 +9,8 @@ services:
|
|||
- ./config.toml:/app/config/config.toml:ro
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
# network_mode: "service:gluetun"
|
||||
# depends_on: gluetun
|
||||
|
||||
acme:
|
||||
image: neilpang/acme.sh:latest # https://github.com/acmesh-official/acme.sh/wiki/Run-acme.sh-in-docker
|
||||
|
|
Reference in a new issue