Update media-management.yaml
parent
ddeaad0715
commit
51167f5af0
|
@ -114,7 +114,7 @@ services:
|
||||||
- WIREGUARD_PRIVATE_KEY=+LGMC41uWU2fiGmSDRPwResJCQjdzKesXwAn8O9YymU=
|
- WIREGUARD_PRIVATE_KEY=+LGMC41uWU2fiGmSDRPwResJCQjdzKesXwAn8O9YymU=
|
||||||
- WIREGUARD_ADDRESSES=10.1.1.40/32
|
- WIREGUARD_ADDRESSES=10.1.1.40/32
|
||||||
ports:
|
ports:
|
||||||
- 65497:65497 #qbittorrent
|
- 9080:9080 #qbittorrent
|
||||||
- "52000-52010:52000-52010/udp"
|
- "52000-52010:52000-52010/udp"
|
||||||
|
|
||||||
# Downloaders
|
# Downloaders
|
||||||
|
@ -147,14 +147,14 @@ services:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
- TZ=US/Eastern
|
- TZ=US/Eastern
|
||||||
# - WEBUI_PORT=8080
|
- WEBUI_PORT=9080
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/qbit/appdata/config:/config
|
- /dockers/qbit/appdata/config:/config
|
||||||
- /dockers/downloads/qbit:/downloads
|
- /dockers/downloads/qbit:/downloads
|
||||||
#ports:
|
ports:
|
||||||
# - 8080:8080
|
# - 8080:8080
|
||||||
# - 65497:65497
|
- 65497:65497
|
||||||
# - 65497:65497/udp
|
- 65497:65497/udp
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue