Browse Source

upgrade miniflux

master
Yasuhiro Yamaguchi 8 months ago
parent
commit
55d2310123
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -7,7 +7,7 @@ services:
command: db:5432 command: db:5432
miniflux: miniflux:
image: miniflux/miniflux:2.1.3
image: miniflux/miniflux:2.2.4
ports: ports:
- "${MINIFLUX_HTTP_PORT}:8080" - "${MINIFLUX_HTTP_PORT}:8080"
depends_on: depends_on:

Loading…
Cancel
Save