Bot Updating Documentation

pull/231/head
LinuxServer-CI 2024-07-08 15:08:41 +00:00
rodzic c0a700c05d
commit b17fdcb3a3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -83,7 +83,7 @@ services:
- TORRENTING_PORT=6881 - TORRENTING_PORT=6881
volumes: volumes:
- /path/to/qbittorrent/appdata:/config - /path/to/qbittorrent/appdata:/config
- /path/to/downloads:/downloads - /path/to/downloads:/downloads #optional
ports: ports:
- 8080:8080 - 8080:8080
- 6881:6881 - 6881:6881
@ -105,7 +105,7 @@ docker run -d \
-p 6881:6881 \ -p 6881:6881 \
-p 6881:6881/udp \ -p 6881:6881/udp \
-v /path/to/qbittorrent/appdata:/config \ -v /path/to/qbittorrent/appdata:/config \
-v /path/to/downloads:/downloads \ -v /path/to/downloads:/downloads `#optional` \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/qbittorrent:latest lscr.io/linuxserver/qbittorrent:latest
``` ```