jfgodin
jfgodin
I having the same problem but my containers are pointing to the same public directory. ```yaml version: "3.4" services: database: image: mariadb restart: unless-stopped environment: MYSQL_DATABASE: panel MYSQL_USER: pterodactyl MYSQL_PASSWORD:...
So that solved the missing file issue (thanks!) but now FPM has a timeout error and nginx has a connection refuse error. 🤣
The only change was the password and adding the port to the DB. The error log for the php-fpm container is only: `Operation timed out` NGINX log is: ` 2021/11/22...
I've had the same problem. I've discovered that it will happen when I change audio hardware settings (such as default playback device) in Windows. Restarting the app will fix it...