mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
fosrl/pangolin:1.2.0 keeps restarting/failing after VPS restart #281
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 @xMasterChiefx on GitHub (Apr 30, 2025).
i see the issue, that pangolin container keeps restarting after vps restart. the error looks like, that maybe a dash "/" in command is missing?
docker logs --tail 50 --follow 9c7bd164ed4b
i am not able to find the compose file after using the wget installer way - maybe someone has an idea or can guide me to the solution.
@oschwartz10612 commented on GitHub (Apr 30, 2025):
The
Error: No configuration file found. Please create one. https://docs.fossorial.io/seems to indicate that there is no config file found. If you cant find thedocker-compose.ymlcheck if there is a config directory and aconfig.ymlfile in there. If not your config somehow went missing after the VPS restart. This sounds like an install issue with the VPS. Where did you install it on the VPS - I.E. what directory?@xMasterChiefx commented on GitHub (Apr 30, 2025):
thank you for the reply @oschwartz10612
i guess i made the horrible mistake to place it in /tmp - which means the config is gone.