mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 07:45:22 +00:00
Update docker-compose.yml
This commit is contained in:
parent
6ef6841e5b
commit
43e8aa7716
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue