diff --git a/seedbox/config/qbittorrent/docker-compose-test.yml b/seedbox/config/qbittorrent/docker-compose-test.yml index 477bf8b..21482f2 100644 --- a/seedbox/config/qbittorrent/docker-compose-test.yml +++ b/seedbox/config/qbittorrent/docker-compose-test.yml @@ -9,7 +9,7 @@ services: env_file: - .env ports: - - 52300:6881 + - 42300:6881 volumes: - $DOCKER_DATA/pub:/config - /mnt/torrenting/PUB/0:/downloads diff --git a/seedbox/config/qbittorrent/docker-compose.yml b/seedbox/config/qbittorrent/docker-compose.yml index 8ff41e6..1b2bd9f 100644 --- a/seedbox/config/qbittorrent/docker-compose.yml +++ b/seedbox/config/qbittorrent/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - .env ports: - - 52000:6881 + - 42000:6881 volumes: - $DOCKER_DATA/ggn:/config - /mnt/torrenting/GGN/0:/downloads @@ -23,7 +23,7 @@ services: env_file: - .env ports: - - 52100:6881 + - 42100:6881 volumes: - $DOCKER_DATA/mam:/config - /mnt/torrenting/MAM/0:/downloads @@ -37,7 +37,7 @@ services: env_file: - .env ports: - - 52200:6881 + - 42200:6881 volumes: - $DOCKER_DATA/emp:/config - /mnt/torrenting/EMP/0:/downloads @@ -51,7 +51,7 @@ services: env_file: - .env ports: - - 52300:6881 + - 42300:6881 volumes: - $DOCKER_DATA/pub:/config - /mnt/torrenting/PUB/0:/downloads @@ -65,7 +65,7 @@ services: env_file: - .env ports: - - 52400:6881 + - 4s2400:6881 volumes: - $DOCKER_DATA/red:/config - /mnt/torrenting/RED/0:/downloads