replace surfshark with gluetun

This commit is contained in:
2026-02-14 10:00:15 +01:00
parent a5710c5bc4
commit 6dffdc8daa
5 changed files with 12 additions and 14 deletions

View File

@@ -3,12 +3,11 @@ services:
container_name: transmission
image: linuxserver/transmission:4.0.6
depends_on:
- surfshark
- gluetun
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
network_mode: service:surfshark
restart: unless-stopped
volumes:
- /opt/transmission:/config
@@ -19,3 +18,4 @@ services:
interval: 30s
timeout: 10s
retries: 3
network_mode: "service:gluetun"