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

Docker container stops soon after starting #48

Closed
reparteeanimal opened this issue Mar 1, 2025 · 3 comments
Closed

Docker container stops soon after starting #48

reparteeanimal opened this issue Mar 1, 2025 · 3 comments
Labels
duplicate This issue or pull request already exists

Comments

@reparteeanimal
Copy link

My docker container of Nebula Sync stops within seconds of starting it. I've copied the compose.yaml script exactly and just changed my IP addresses and passwords.

@PhilThurston
Copy link

Information is your friend here. You should check your docker container's logs first try running this command to get the docker container's id: docker ps -a once you know the container ID or name then just get it's logs docker logs some_name that should allow you to track down why it failed.

@rockrabbit
Copy link

rockrabbit commented Mar 1, 2025

pi@pi250:/nebula $ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d555dbaaffc4 ghcr.io/lovelaze/nebula-sync:latest "nebula-sync run" 8 seconds ago Exited (1) 6 seconds ago nebula-sync
2cd1b6f25cb7 containrrr/watchtower "/watchtower --clean…" 4 days ago Up 38 hours (healthy) 8080/tcp watchtower-watchtower-1
pi@pi250:
/nebula $ docker logs d555dbaaffc4
2025-03-01T13:38:33Z INF Starting nebula-sync v0.4.0
2025-03-01T13:38:33Z INF Running manual sync replicas=5
2025-03-01T13:38:33Z INF Authenticating clients...
2025-03-01T13:38:33Z INF Syncing Teleporters...
2025-03-01T13:38:34Z INF Syncing configs...
2025-03-01T13:38:34Z FTL Sync failed error="sync configs: http://10.0.0.101/api/config: Patch "http://10.0.0.101/api/config\": dial tcp 10.0.0.101:80: connect: connection refused"

@rockrabbit
Copy link

#40

Related Bug

@lovelaze lovelaze added the duplicate This issue or pull request already exists label Mar 1, 2025
@lovelaze lovelaze closed this as completed Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants