laravel-swoole-docker-compose
laravel-swoole-docker-compose copied to clipboard
NGINX + PHP Swoole + Laravel on Docker-Compose
Laravel 8 + PHP Swoole with Docker Compose
Laravel + PHP Swoole in Supervisor
YAML
- NGINX (latest)
- PHP-FPM (7.4)
Usage
build & start
sudo docker-compose up -d --build
remove
sudo docker-compose down
remove everything (volumes, images, etc.)
sudo docker-compose down --rmi all -v --remove-orphans
License
The Laravel Swoole Docker is open-sourced software licensed under the MIT license.