Merge pull request #2607 from acidicyemi/master

fixed supervisor docker-composer instead of docker-compose syntax error
This commit is contained in:
Shao Yu-Lung (Allen) 2020-05-30 17:15:14 +08:00 committed by GitHub
commit 4f7ab34a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2067,7 +2067,7 @@ To install Supervisor in the Workspace container
3 - Create supervisor configuration file (for ex., named `laravel-worker.conf`) for Laravel Queue Worker in `php-worker/supervisord.d/` by simply copy from `laravel-worker.conf.example`
4 - Re-build the container `docker-compose build workspace` Or `docker-composer up --build -d workspace`
4 - Re-build the container `docker-compose build workspace` Or `docker-compose up --build -d workspace`