**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: 1. `docker-compose build` 2. `docker-compose up` 3. Login 4. Logout 5. Game server will restart. **Expected behavior** Game server should not restart.