MauriceNino / dashdot

A simple, modern server dashboard, primarily used by smaller private servers
https://getdashdot.com/
MIT License
2.53k stars 95 forks source link

Problems with in the last update #1031

Closed Joselito1980 closed 7 months ago

Joselito1980 commented 7 months ago

Hello! I'm updated the dashdot to the last version (V.5.8.0) and now not start. its working in a Synology DSM 7.2.1. the docker compose it's:


version: "3.9" services: dashdot: container_name: dashdot image: mauricenino/dashdot mem_limit: 4g cpu_shares: 768 security_opt:

Appears this error in the log. Can you help me?

dashdot

date stream content 2024/01/21 08:50:13 stdout $ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] [--require #0] ... 2024/01/21 08:50:13 stdout
2024/01/21 08:50:13 stdout Usage Error: Couldn't find a script named "start". 2024/01/21 08:36:38 stdout $ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] [--require #0] ... 2024/01/21 08:36:38 stdout
2024/01/21 08:36:38 stdout Usage Error: Couldn't find a script named "start". 2024/01/21 08:34:21 stdout $ yarn run [--inspect] [--inspect-brk] [-T,--top-level] [-B,--binaries-only] [--require #0] ... 2024/01/21 08:34:21 stdout
2024/01/21 08:34:21 stdout Usage Error: Couldn't find a script named "start".

Joselito1980 commented 7 months ago

I have recreated the container again from "contanier manager in my synology" and it started fine, the problem is now solved. thank you