Skip to content

[BUG] Mark-sweep error upon initial stage #297

@FahdiiiG

Description

@FahdiiiG

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

Metadata

Metadata

Assignees

Labels

🐛 Bug[ISSUE] Ticket describing something that isn't working👤 Awaiting Maintainer Response[ISSUE] Response from repo author is pending

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions