fix: session private by default

This commit is contained in:
Swann
2021-07-30 14:09:40 +02:00
parent d7e25b1192
commit 08fc49c40f
2 changed files with 6 additions and 6 deletions

View File

@ -22,4 +22,4 @@ RUN pip install replication==$replication_version
# Run the server with parameters
ENTRYPOINT ["/bin/sh", "-c"]
CMD ["python3 -m replication.server -apwd ${password} -p ${port} -t ${timeout} -l ${log_level} -lf ${log_file}"]
CMD ["replication.serve -apwd ${password} -spwd '' -p ${port} -t ${timeout} -l ${log_level} -lf ${log_file}"]