Fix port collisions
This commit is contained in:
parent
61b1c7e070
commit
977374b5d4
@ -9,7 +9,7 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 52300:6881
|
||||
- 42300:6881
|
||||
volumes:
|
||||
- $DOCKER_DATA/pub:/config
|
||||
- /mnt/torrenting/PUB/0:/downloads
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user