You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried running Dashy on docker-compose with the provided config, but it failed with error:
Using Dashy V-2.0.7. Update Check Complete
✅ Dashy is Up-to-Date
- Building for production...
WARN A new version of sass-loader is available. Please upgrade for best experience.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with signal "SIGKILL".
ERROR: "build-watch" exited with 1.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
It is not a compose issue, I can reproduce the issue just by running docker run -p 8080:80 lissy93/dashy (the simplest docker example provided in the docs).
Additional info
No response
Please tick the boxes
You are using a supported version of Dashy (check the first two digits of the version number)
I've not seen this before, and don't think it's an issue with Dashy.
The only think I can think of, is that you've not assigned enough memory. But without more info, it's not possible to help any further.
Environment
Self-Hosted (Docker)
Version
2.0.7
Describe the problem
Tried running Dashy on
docker-compose
with the provided config, but it failed with error:It is not a compose issue, I can reproduce the issue just by running
docker run -p 8080:80 lissy93/dashy
(the simplest docker example provided in the docs).Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: