Fix port collisions

This commit is contained in:
Joey Hafner 2022-06-20 15:16:25 -07:00
parent 61b1c7e070
commit 977374b5d4
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ services:
env_file:
- .env
ports:
- 52300:6881
- 42300:6881
volumes:
- $DOCKER_DATA/pub:/config
- /mnt/torrenting/PUB/0:/downloads

View File

@ -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