-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working👤 Awaiting Maintainer Response[ISSUE] Response from repo author is pending[ISSUE] Response from repo author is pending
Description
Environment
Self-Hosted (Docker)
Version
Latest (arm32v7 tag)
Describe the problem
Running dashy in docker on an RPi 3b+.
Getting the following error upon glancing at the logs.
IMGUR
Any ideas guys?
Running via Stack in Portainer with the following syntax:
version: '3.3'
services:
dashy:
container_name: dashy
restart: always
privileged: true
ports:
- '4000:80'
volumes:
- '/home/pi/Docker/dashy/conf.yml:/app/public/conf.yml'
image: 'lissy93/dashy:arm32v7'
Also tried via the command
docker run -d --name dashy --restart=always --privileged -p 4000:80 -v ~/Docker/dashy/conf.yml:/app/public/conf.yml lissy93/dashy:arm32v7
Additional info
This error occurs upon initial start and keeps looping back if the container isn't stopped.
Please tick the boxes
- You are using a supported version of Dashy (check the first two digits of the version number)
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐛 Bug[ISSUE] Ticket describing something that isn't working[ISSUE] Ticket describing something that isn't working👤 Awaiting Maintainer Response[ISSUE] Response from repo author is pending[ISSUE] Response from repo author is pending