diff --git a/docker-compose.yml b/docker-compose.yml index cbd82ce..5632a3e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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