mirror of
https://github.com/basicswap/basicswap.git
synced 2024-12-22 19:49:20 +00:00
docker: Fix script output.
Start python in unbuffered mode.
This commit is contained in:
parent
484d811fe7
commit
89e0080173
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
depends_on:
|
depends_on:
|
||||||
- swapclient
|
- swapclient
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: ["/usr/bin/python3", "basicswap/scripts/createoffers.py",
|
command: ["/usr/bin/python3", "-u", "basicswap/scripts/createoffers.py",
|
||||||
"--host", "swapclient",
|
"--host", "swapclient",
|
||||||
"--port", "${HTML_PORT}",
|
"--port", "${HTML_PORT}",
|
||||||
"--configfile", "/data/createoffers.json",
|
"--configfile", "/data/createoffers.json",
|
||||||
|
|
Loading…
Reference in a new issue