Skip to content

[BUG] Docker container crashing consistently #1945

@Dus1988

Description

@Dus1988

Environment

Self-Hosted (Docker)

System

alpine linux v3.21.5, docker v27.3.1

Version

3.1.1

Describe the problem

every-time I visit my dashy instance on 3.1.1 within a minute or so, I will see the container crash and restart. this started on 3.1.1 I believe

Additional info

Image

Compose

services:
dashy:
image: lissy93/dashy
container_name: Dashy
network_mode: host
volumes:
- /root/dashy-config.yml:/app/user-data/conf.yml
- /root/ahoy-dashy.yml:/app/user-data/ahoy-conf.yml
# Set any environmental variables
environment:
- NODE_ENV=production
- PORT=80
restart: unless-stopped
healthcheck:
test:
- CMD
- node
- /app/services/healthcheck
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s

Please tick the boxes

Metadata

Metadata

Assignees

Labels

🐛 Bug[ISSUE] Ticket describing something that isn't working

Projects

Status

Awaiting Triage

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions