kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
c0a700c05d
commit
b17fdcb3a3
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue