Mortexa

Results 26 comments of Mortexa

Are you using the `docker-compose.production.yml` file?

Can you send the container logs?

Could you also try running Octane without the Supervisor and verify the results? ```diff // start-container - exec /usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.frankenphp.conf + php ${ROOT}/artisan octane:frankenphp --host=0.0.0.0 --port=8000 --admin-port=2019 --caddyfile=${ROOT}/deployment/octane/FrankenPHP/Caddyfile ```

I cannot reproduce this issue. Please use the latest Dockerfile version and rebuild your Docker image.

That means a lot, thank you. > First of all, I'd like to congratulate you on the excellent work on this repository. The setup for running Laravel Octane with Docker...