/laravel-swoole-docker-compose

NGINX + PHP Swoole + Laravel on Docker-Compose

Primary LanguageDockerfile

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.