kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
7e7c3ce06b
commit
f7e9e6d60d
|
@ -73,7 +73,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8112:8112
|
- 8112:8112
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
- 6881/udp:6881/udp
|
- 6881:6881/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ docker run -d \
|
||||||
-e DELUGE_LOGLEVEL=error `#optional` \
|
-e DELUGE_LOGLEVEL=error `#optional` \
|
||||||
-p 8112:8112 \
|
-p 8112:8112 \
|
||||||
-p 6881:6881 \
|
-p 6881:6881 \
|
||||||
-p 6881/udp:6881/udp \
|
-p 6881:6881/udp \
|
||||||
-v /path/to/deluge/config:/config \
|
-v /path/to/deluge/config:/config \
|
||||||
-v /path/to/your/downloads:/downloads \
|
-v /path/to/your/downloads:/downloads \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
|
|
Ładowanie…
Reference in New Issue