-
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, PardesiCat here
Every time I restart my Homelab server, the MazanoKe server crashes. I’m running it with Docker using Docker Compose.
From my investigation (though I’m not completely sure), it looks like the crash happens either when other containers are starting up — possibly due to a conflict — or sometimes randomly during idle periods.
After adding a Docker restart policy, the issue seems to be completely resolved. Even during long idle periods or multiple server restarts (tested on my Raspberry Pi 4 server), the server stays stable and does not crash anymore.
For reference, here’s my docker-compose.yaml with the restart policy applied:
services:
mazanoke:
container_name: mazanoke
image: ghcr.io/civilblur/mazanoke:latest
restart: always
ports:
- "7434:80"
labels:
# watch tower for auto update
- "com.centurylinklabs.watchtower.enable=true"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working