rename --worker-v2 to --worker
No V1 means no need for the suffix. Update flag, function name, compose command, log messages, and docs.
This commit is contained in:
@@ -35,4 +35,4 @@ services:
|
||||
- ./data:/app/data:Z
|
||||
- ./config.ini:/app/config.ini:ro,Z
|
||||
- ./servers.txt:/app/servers.txt:ro,Z
|
||||
command: python -u ppf.py --worker-v2 --server ${PPF_MASTER_URL:-http://10.200.1.250:8081}
|
||||
command: python -u ppf.py --worker --server ${PPF_MASTER_URL:-http://10.200.1.250:8081}
|
||||
|
||||
Reference in New Issue
Block a user