Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzahariev authored Dec 20, 2024
1 parent b99fe8d commit 7a1dc66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ services:
hostname:
qbittorrent.${ROOT_HOST}
ports:
- 36818:36818
- 36818:36818/udp
- 6881:6881
- 6881:6881/udp
volumes:
- "${DATA_DIR}/qbittorrent/data:/config"
- "${PLEX_MEDIA_DIR}/downloads:/downloads"
Expand All @@ -163,7 +163,7 @@ services:
PGID: 1000
TZ: Europe/Sofia
WEBUI_PORT: 8080
TORRENTING_PORT: 36818
TORRENTING_PORT: 6881
VIRTUAL_HOST: qbittorrent.${ROOT_HOST}
LETSENCRYPT_HOST: qbittorrent.${ROOT_HOST}
VIRTUAL_PORT: 8080
Expand Down

0 comments on commit 7a1dc66

Please sign in to comment.