docker-compose in privileged LXC?

I'm using a privileged LXC in Proxmox and would like to run a Docker container on it. The docker-compose.yml: services: proxmox_wol: container_name: proxmox_wol volumes: – '/mnt/server/wol/config.py' network_mode: host restart: unless-stopped privileged: true image: lupinelab/proxmox_wol without privileged: true I get the error message: docker-compose up -d Creating proxmox_wol … error ERROR: for proxmox_wol Cannot start service…

Nextcloud 27.0.0 on Ubuntu 22.04 internal server error during download or upload?

Hi, I have a self-hosted Nextcloud on my Proxmox server. This Ubuntu LXC is running PHP 8.1.20, Apache2 2.4.52, and MariaDB 10.6.12. Since updating Nextcloud to 27, I've been having the problem that whenever I try to upload or download something, whether in the app or the web interface, I always get this error. If…