mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
✘ Container pangolin Error during installation #449
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @heinzgebhardt on GitHub (Jun 18, 2025).
During the installation a got every time the same error:
✘ Container pangolin Error
This will appear while starting the containers.
Log from Terminal:
=== Starting installation ===
Would you like to install and start the containers? (yes/no) (default: yes):
Pulling the container images...
[+] Pulling 26/26
✔ traefik Pulled 7.5s
✔ pangolin Pulled 24.5s
✔ gerbil Pulled 6.1s
Starting containers...
[+] Running 4/4
✔ Network pangolin Created 0.1s
✘ Container pangolin Error 3.6s
✔ Container gerbil Created 0.0s
✔ Container traefik Created 0.0s
dependency failed to start: container pangolin is unhealthy
Error: failed to start containers: exit status 1
I tried it with several times. Runnin on Ubuntu 22.04
I have also tried an older version with the same error
Does anybody had a solution?
Thanks
@oschwartz10612 commented on GitHub (Jun 19, 2025):
This means there is some sort of error when pangolin is starting up. Could you please include a log output of pangolin when this occurs and I could help? After running the install you could run
docker compose logs -fto see the errors and post here.@heinzgebhardt commented on GitHub (Jun 19, 2025):
@oschwartz10612 thanks for the reply.
during try and error, I found the failure today.
Simple as it was. The special characters in the password was the problem. Some of the Characters cause the Problem, but this was not really good described in the installation guide.