fosrl/pangolin:1.2.0 keeps restarting/failing after VPS restart #1554

Closed
opened 2026-04-05 19:34:18 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @xMasterChiefx on 4/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?

CONTAINER ID   IMAGE                  COMMAND                  CREATED       STATUS                                     PORTS                                                                                                                           NAMES
ac941008950e   traefik:v3.3.3         "/entrypoint.sh --co…"   3 weeks ago   Up 20 hours                                                                                                                                                                traefik
1ecd41d92341   fosrl/gerbil:1.0.0     "/entrypoint.sh --re…"   3 weeks ago   Up 20 hours                                0.0.0.0:80->80/tcp, [::]:80->80/tcp, 0.0.0.0:443->443/tcp, [::]:443->443/tcp, 0.0.0.0:51820->51820/udp, [::]:51820->51820/udp   gerbil
9c7bd164ed4b   fosrl/pangolin:1.2.0   "docker-entrypoint.s…"   3 weeks ago   Up Less than a second (health: starting)  

docker logs --tail 50 --follow 9c7bd164ed4b

Starting migrations from version 1.2.0
Migrations to run:
All migrations completed successfully
/app/server/lib/config.ts:206
            throw new Error(
                  ^


Error: No configuration file found. Please create one. https://docs.fossorial.io/
    at Config.loadConfig (/app/server/lib/config.ts:206:19)
    at new Config (/app/server/lib/config.ts:173:14)
    at <anonymous> (/app/server/lib/config.ts:364:23)

Node.js v20.19.0

> @fosrl/pangolin@0.0.0 start
> NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs'

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.

*Originally created by @xMasterChiefx on 4/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? ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ac941008950e traefik:v3.3.3 "/entrypoint.sh --co…" 3 weeks ago Up 20 hours traefik 1ecd41d92341 fosrl/gerbil:1.0.0 "/entrypoint.sh --re…" 3 weeks ago Up 20 hours 0.0.0.0:80->80/tcp, [::]:80->80/tcp, 0.0.0.0:443->443/tcp, [::]:443->443/tcp, 0.0.0.0:51820->51820/udp, [::]:51820->51820/udp gerbil 9c7bd164ed4b fosrl/pangolin:1.2.0 "docker-entrypoint.s…" 3 weeks ago Up Less than a second (health: starting) ``` **docker logs --tail 50 --follow 9c7bd164ed4b** ``` Starting migrations from version 1.2.0 Migrations to run: All migrations completed successfully /app/server/lib/config.ts:206 throw new Error( ^ Error: No configuration file found. Please create one. https://docs.fossorial.io/ at Config.loadConfig (/app/server/lib/config.ts:206:19) at new Config (/app/server/lib/config.ts:173:14) at <anonymous> (/app/server/lib/config.ts:364:23) Node.js v20.19.0 > @fosrl/pangolin@0.0.0 start > NODE_OPTIONS=--enable-source-maps NODE_ENV=development ENVIRONMENT=prod sh -c 'node dist/migrations.mjs && node dist/server.mjs' ``` 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1554