fixed supervisor type syntax error

This commit is contained in:
Ajayi Adeyemi 2020-05-29 02:41:39 +01:00
parent 6b16f2b479
commit 959329c241
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`