mirror of
https://github.com/miniflux/v2.git
synced 2025-09-05 18:41:01 +00:00
Fix docker compose example files compatibility to v3
This commit is contained in:
parent
03fd403e38
commit
d45e1b3bed
3 changed files with 3 additions and 6 deletions
|
@ -7,8 +7,7 @@ services:
|
|||
ports:
|
||||
- "80:8080"
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
- db
|
||||
environment:
|
||||
- DATABASE_URL=postgres://miniflux:secret@db/miniflux?sslmode=disable
|
||||
- RUN_MIGRATIONS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue