Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Logging out triggers game server restart when running via Docker #438

Open
DrJacobHolden opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@DrJacobHolden
Copy link

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.

@DrJacobHolden DrJacobHolden added the bug Something isn't working label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant