[BUG] Logging out triggers game server restart when running via Docker #438
Open
Description
Describe the bug
When running the server with docker-compose, logging out triggers a restart of the game server.
I believe this is due to the save file being created / edited and this change is being picked up by nodemon when it shouldn't be.
To Reproduce
Steps to reproduce the behavior:
docker-compose build
docker-compose up
- Login
- Logout
- Game server will restart.
Expected behavior
Game server should not restart.