-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Crash "throw er; // Unhandled 'error' event" after docker deployment #1672
Comments
Hi can you share how you run dashy? Your full docker command used? Also try this:
|
Are you now using docker or the tteck script -> non-docker installation? When running dashy without docker:
|
Hi, the original run used the command "docker run -p 8080:8080 lissy93/dashy" (as per the deployment guide).
|
Ok, I thought that tteck was also using docker in his build, but I now see that he is not. |
Okay, thanks for the clarification, how much ressources does the LXC have? |
Alright, that seems to have got over the crash. I upgraded the LXC from 2GB and 2C to 3.5GB and 3C and it completed the build now. Tteck uses 2GB and 2C in his LXC build (but as I now know it's not docker based). I'll deploy another docker build now with 3GB and 2C and see if deploys ok this time also. |
Yes, a 3GB, 2C LXC built ok while a 2GB, 2C LXC does not. |
Yeah it's not intended to use that much ressources, we'll need to fix this, but there is already an open issue for this: So i'll close this as duplicate. |
Environment
Self-Hosted (Docker)
System
Alpine or Ubuntu LXC on Proxmox, docker engine 27.1.2
Version
3.1.1
Describe the problem
Deploy Dashy 3.1.1 using docker methods in deployment docs (both "docker run" and "docker compose").
Initially the package starts building and such as expected, then crashes out with a yarn error.
Additional info
Tested with both Alpine linux in the LXC as well as Ubuntu 22.04 based LXC.
Unusually I can deploy Dashy 3.1.1 in an LXC by using tteck's scrips and it works just fine...
https://tteck.github.io/Proxmox/#dashy-lxc
Please tick the boxes
The text was updated successfully, but these errors were encountered: