mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
docker: Fix script output.
Start python in unbuffered mode.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
depends_on:
|
||||
- swapclient
|
||||
restart: unless-stopped
|
||||
command: ["/usr/bin/python3", "basicswap/scripts/createoffers.py",
|
||||
command: ["/usr/bin/python3", "-u", "basicswap/scripts/createoffers.py",
|
||||
"--host", "swapclient",
|
||||
"--port", "${HTML_PORT}",
|
||||
"--configfile", "/data/createoffers.json",
|
||||
|
||||
Reference in New Issue
Block a user