Skip to content

Commit

Permalink
Merge pull request laradock#2607 from acidicyemi/master
Browse files Browse the repository at this point in the history
fixed supervisor docker-composer instead of docker-compose syntax error
  • Loading branch information
bestlong authored May 30, 2020
2 parents bc3a35f + 959329c commit 4f7ab34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION/content/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`



Expand Down

0 comments on commit 4f7ab34

Please sign in to comment.