Workflow update

pull/2/head
technorabilia 3 years ago
parent 5760616d19
commit d1beb9a741

@ -28,5 +28,5 @@ services:
# Inbound torrent traffic (See App Setup)
- 6881:6881
# Inbound torrent traffic (See App Setup)
- 6881/udp:6881/udp
- 6881:6881/udp
restart: unless-stopped

@ -11,7 +11,7 @@ docker run -d \
-e DELUGE_LOGLEVEL=error `# optional` `# set the loglevel output when running Deluge, default is info for deluged and warning for delgued-web` \
-p 8112:8112 `# Port for webui` \
-p 6881:6881 `# Inbound torrent traffic (See App Setup)` \
-p 6881/udp:6881/udp `# Inbound torrent traffic (See App Setup)` \
-p 6881:6881/udp `# Inbound torrent traffic (See App Setup)` \
-v ${BASEDIR:-/volume1/docker}/deluge/config:/config `# deluge configs` \
-v ${BASEDIR:-/volume1/docker}/deluge/downloads:/downloads `# torrent download directory` \
--restart unless-stopped \

Loading…
Cancel
Save