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