8 lines
201 B
Text
8 lines
201 B
Text
|
# See https://miniflux.app/docs/configuration.html
|
||
|
|
||
|
RUN_MIGRATIONS=1
|
||
|
PROXY_IMAGES=all
|
||
|
DATABASE_URL=user=miniflux password=SED_PG_PASS dbname=miniflux
|
||
|
BASE_URL=http://localhost
|
||
|
LISTEN_ADDR=0.0.0.0:8080
|