-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working
Description
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
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
- You have explained the issue clearly, and included all relevant info
- You are using a supported version of Dashy
- You've checked that this issue hasn't already been raised
- You've checked the docs and troubleshooting guide
- You agree to the code of conduct
Metadata
Metadata
Assignees
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working
Projects
Status
Awaiting Triage