Fix: miniflux compose
This commit is contained in:
parent
ca05aa924d
commit
3a8b6c8fb0
|
|
@ -7,7 +7,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL: postgres://miniflux:${DB_PW}@db/miniflux?sslmode=disable
|
- "DATABASE_URL: postgres://miniflux:${DB_PW}@db/miniflux?sslmode=disable"
|
||||||
db:
|
db:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue