session save & load from a file. (#38)

This commit is contained in:
Miroslav Šedivý 2023-03-27 18:33:51 +02:00 committed by GitHub
parent fa69ddd984
commit 09508638ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 122 additions and 0 deletions

View file

@ -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;