Update docker-compose.yml

This commit is contained in:
Shlee 2020-04-11 23:52:05 +08:00 committed by GitHub
parent 6ef6841e5b
commit 43e8aa7716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ services:
ports:
- "8080:80"
depends_on:
- postgres
- db
- redis
worker:
@ -51,7 +51,7 @@ services:
- internal
command: gosu www-data php artisan horizon
depends_on:
- postgres
- db
- redis
## DB and Cache