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

General error: Error response from daemon: endpoint with name traefik already exists in network traefik_default #1

Open
rentasad opened this issue Sep 11, 2024 · 1 comment

Comments

@rentasad
Copy link

new Ubuntu 24.04 LTS Server - initial setup works after some fixes.
telerec-t-traefic stop in system-setup with the following error:

"msg": "General error: Error response from daemon: endpoint with name traefik already exists in network traefik_default",
"rc": 1,
"stderr": "{"id":"Container traefik","status":"Starting"}\n{"error":true,"message":"Error response from daemon: endpoint with name traefik already exists in network traefik_default"}\n",
"stderr_lines": [
"{"id":"Container traefik","status":"Starting"}",
"{"error":true,"message":"Error response from daemon: endpoint with name traefik already exists in network traefik_default"}"
],
"stdout": "",
"stdout_lines": []
}

@bickerdyke
Copy link

I get the same error during the Start Container, but only in about 50% of runs. In all other cases, I get a different network error during the Create containers step:

TASK [compose_hull : Create containers] ********************************************************************* fatal: [testhost.kurpfaelzer-bierclub.de]: FAILED! => {"changed": false, "cmd": ["docker", "compose", "--ansi", "never", "--progress", "plain", "--file", "docker-compose.yml", "create"], "delta": "0:00:01.744923", "end": "2024-10-21 12:46:41.904958", "msg": "non-zero return code", "rc": 1, "start": "2024-10-21 12:46:40.160035", "stderr": "network traefik_default declared as external, but could not be found", "stderr_lines": ["network traefik_default declared as external, but could not be found"], "stdout": "", "stdout_lines": []}

I assume it may be connected as it also seems to be a problem with setup of the traefik-network in docker.

Does anyone about a community for that whole project? Would be great to know if someone at all got this project working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants