Set up rotate interval properly
This commit is contained in:
parent
f81e4dfadb
commit
dfb8054da4
1 changed files with 1 additions and 1 deletions
|
@ -106,6 +106,7 @@ services:
|
||||||
service: privoxy
|
service: privoxy
|
||||||
environment:
|
environment:
|
||||||
PVPN_CMD_ARGS: --p2p --random
|
PVPN_CMD_ARGS: --p2p --random
|
||||||
|
PVPN_ROTATE_INTERVAL: 43200
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/proton/rtorrent:/data/proton
|
- ./data/proton/rtorrent:/data/proton
|
||||||
rtorrent_backend:
|
rtorrent_backend:
|
||||||
|
@ -121,7 +122,6 @@ services:
|
||||||
PUID: 1337
|
PUID: 1337
|
||||||
PGID: 1337
|
PGID: 1337
|
||||||
PHOME: /config
|
PHOME: /config
|
||||||
MAX_UPTIME: 43200
|
|
||||||
command: -o ratio.enable=
|
command: -o ratio.enable=
|
||||||
-o ratio.min.set=200
|
-o ratio.min.set=200
|
||||||
-o ratio.max.set=10000
|
-o ratio.max.set=10000
|
||||||
|
|
Loading…
Reference in a new issue