-
|
I'm trying to install coolify on an lxc container on proxmox. I ran the installation script as root, got the following output. It's the second time running the script, so dependency installation or whatever are skipped. Normally, it should end with I've already tried recreating the lxc container and running the coolify installation several times before, got the same result each tries. For additional contexts, here are some docker commands and outputs: can somebody please help me... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
can you run |
Beta Was this translation helpful? Give feedback.
-
|
We recently added a troubleshooting guide for the Coolify install script to the Docs. Give this a read and report if that helped you fixing it. |
Beta Was this translation helpful? Give feedback.
Okay, I've added the following to
/etc/pve/lxc/<proxmox-container-id>.confand it started working...it was a proxmox's AppArmor problem.However, disabling apparmor of a container doesn't look very nice. There must be a better solution for this.
Anyways, thank you so much for helping me debug the problem.