From d8df9b4d66902cf8792544dbca44e2792527341c Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 15 Jan 2023 20:23:04 -0300 Subject: Changed qbittorrent port and default config --- docker-compose.example.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker-compose.example.yaml') diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index de3a310..ba17699 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -28,7 +28,8 @@ services: - /downloads:/downloads - /config/qbittorrent:/config restart: unless-stopped - port: 8080:8080 + ports: #qbittorrent + - 8080:8080 #qbittorrent #network_mode: "service:gluetun" # Sonarr is used to query, add downloads to the download queue and index TV shows -- cgit v1.2.3