mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
session save & load from a file. (#38)
This commit is contained in:
parent
fa69ddd984
commit
09508638ce
5 changed files with 122 additions and 0 deletions
|
@ -40,6 +40,7 @@ docker run --rm -it \
|
|||
-e "NEKO_WEBRTC_UDPMUX=${NEKO_MUX}" \
|
||||
-e "NEKO_WEBRTC_TCPMUX=${NEKO_MUX}" \
|
||||
-e "NEKO_WEBRTC_NAT1TO1=${NEKO_NAT1TO1}" \
|
||||
-e "NEKO_SESSION_FILE=/home/neko/sessions.txt" \
|
||||
-v "${PWD}/runtime/config.yml:/etc/neko/neko.yml" \
|
||||
-e "NEKO_DEBUG=1" \
|
||||
neko_server_app:latest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue