[GH-ISSUE #5] Constant docker restarts causing failure to load #11

Closed
opened 2026-03-07 19:26:18 +03:00 by kerem · 0 comments
Owner

Originally created by @brandonbrewer32 on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/5

I had this issue on 2 separate devices , spent time with Claude AI, found the solution.

docker compose down
cd /opt/proxcenter
cp docker-compose.yml docker-compose.yml.bak #create backup
nano docker-compose.yml

#modify:
frontend:
image: ghcr.io/adminsyspro/proxcenter-frontend:${VERSION:-latest}
container_name: proxcenter-frontend
command: ["/bin/sh", "-c", "node server.js & node ws-proxy.js & wait"] #add this line
restart: unless-stopped

#save and exit
docker compose down
docker compose up -d

Proxmox VE 9.1.5 - community edition
ProxCenter V1.2.0 - community edition

Originally created by @brandonbrewer32 on GitHub (Feb 18, 2026). Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/5 I had this issue on 2 separate devices , spent time with Claude AI, found the solution. docker compose down cd /opt/proxcenter cp docker-compose.yml docker-compose.yml.bak #create backup nano docker-compose.yml #modify: frontend: image: ghcr.io/adminsyspro/proxcenter-frontend:${VERSION:-latest} container_name: proxcenter-frontend command: ["/bin/sh", "-c", "node server.js & node ws-proxy.js & wait"] #add this line restart: unless-stopped #save and exit docker compose down docker compose up -d Proxmox VE 9.1.5 - community edition ProxCenter V1.2.0 - community edition
kerem closed this issue 2026-03-07 19:26:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxcenter-ui#11
No description provided.