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
Originally created by @heinzgebhardt on GitHub (Jun 18, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/939
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 -f to see the errors and post here.
<!-- gh-comment-id:2988130032 -->
@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 -f` to 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.
<!-- gh-comment-id:2988360890 -->
@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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @heinzgebhardt on GitHub (Jun 18, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/939
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.