mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
[GH-ISSUE #1968] Pangolin dashboard not accessible after updating docker #8814
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 @ThaiJamesLee on GitHub (Dec 3, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1968
Describe the Bug
Just run apt update & apt upgrade, found new docker packages. After installation, pangolin dashboard is not accessible and returns a 404.
The connections are still working and I can access the services that I configured for the site.
Maybe related to: https://github.com/fosrl/pangolin/issues/1934
Environment
Docker was installed by following these instructions: https://docs.docker.com/engine/install/ubuntu/
Deployed on a Netcup VPS.
To Reproduce
run
Expected Behavior
Pangolin restarts after apt upgrade and pangolin dashboard is accessible.
@ThaiJamesLee commented on GitHub (Dec 5, 2025):
I found in other projects that people ran into issues when updating the docker version.
What I tried so far:
However, I had no success. I am still getting a
404 page not foundwhen trying to access the URL to my Pangolin dashboard.@RadioHerzblut commented on GitHub (Dec 6, 2025):
Hallo , same Problem here.
OS Type & Version: Ubuntu 22.04 LTS
Pangolin Version: 1.12.2
Gerbil Version: 1.2.2
Traefik Version: 3.4.0
Server: Docker Engine - Community
Engine:
Version: 29.0.3
After apt update & apt upgrade, I can no longer access the GUI of Pangolin 1.12.2.
I restored the backup and only updated Pangolin to 1.12.3.
--> No GUI accessible.
@oschwartz10612 commented on GitHub (Dec 6, 2025):
I think this must be docker related so I am going to close referencing the links from @ThaiJamesLee and https://www.reddit.com/r/debian/comments/1orq9pd/docker_ports_broken_after_debian_12_13_upgrade_on/. If this turns out to be a pangolin issue we can reopen!
@ThaiJamesLee commented on GitHub (Dec 7, 2025):
For all those who will stumble across this issue, I updated traefik to 3.6.4 and I can access the dashboard again.
I found the solution on this post: https://www.reddit.com/r/selfhosted/comments/1ovz0tt/psa_if_you_update_to_docker_29_and_your_traefik/
@oschwartz10612 Not sure if this should be mentioned somewhere if someone updates their docker engine to 29 and encounters this issue.
@RadioHerzblut commented on GitHub (Dec 7, 2025):
Yes same . Updated traefik and it works.
Thanks for the information 👌