fix docker

This commit is contained in:
aynic.os 2023-11-21 19:58:23 +00:00
parent 91ca169fb2
commit b95b9853ad
2 changed files with 2 additions and 0 deletions

View File

@ -211,4 +211,5 @@ RUN mkdir -p "/home/$USER/.zen/game/players" \
HEALTHCHECK CMD [ $(ps aux |grep 'nc -l -p' |wc -l) -lt 199 ] && echo -n OK
USER "$USER"
WORKDIR "/home/$USER"

View File

@ -14,6 +14,7 @@ services:
- 12345
tty: true
volumes:
- home:/home:delegated
- home:/home/zen/.zen/game/players:delegated
working_dir: /home/zen