Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 473 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 473 Bytes

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.