Skip to content

MazanoKe docker server crashes on restart without restart policy #40

@PardesiCat

Description

@PardesiCat

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"

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions