-
Notifications
You must be signed in to change notification settings - Fork 0
Container Will Not Start
docker compose ps
docker compose logs --tail=200 palcenterLook for the first startup error rather than later shutdown messages.
PalCenter must create and update files in /app/data. Confirm the volume is
mounted read/write and the configured UID/GID matches the host directory. See
Storage Permission Errors.
If host port 3000 is already in use, choose another host port:
ports:
- "3100:3000"Then open http://YOUR-SERVER-IP:3100.
Port 3001 is only needed for direct API access. Change or remove its host mapping if it conflicts.
Startup validation rejects malformed values. Compare your .env file with
Docker Configuration. Remove obsolete overrides and restart.
Do not manually edit SQLite databases or system.json. If startup reports
invalid stored data, preserve the current volume before making changes and
restore a known-good PalCenter backup.
docker inspect --format "{{.State.Health.Status}}" palcenterIf the container remains unhealthy, inspect its logs and confirm that the
internal API can initialize /app/data.
PalCenter v1.1.1 · Repository · MIT License
PalCenter v1.1.1
Getting Started
Administration
Deployment
Troubleshooting
Project