seb-server process restarting repeatedly #158
Replies: 1 comment 3 replies
-
|
Hi Then the container is not starting up correctly and has error in the log. What is your exact setup? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I pulled the anhefti/seb-server:v2.0-stable image from GitHub and started the container using docker compose up -d. However, when I run the docker compose ps command, I get the following output:
It seems the container is repeatedly restarting approximately every 60 seconds.
I checked the logs using docker logs seb-server, but all I see is the Spring Boot startup banner looping endlessly—there’s no clear indication of why the container keeps restarting.
The docker-compose.yml I used is based on the sample provided in the official documentation, with only the server name and image name modified.
Does anyone know what might be causing seb-server to continuously restart like this?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions