mirror of
https://github.com/miniflux/v2.git
synced 2025-08-06 17:41:00 +00:00
chore(contrib): update PostgreSQL image from 15 to latest in docker-compose examples
This commit is contained in:
parent
d9de9d1852
commit
410b43a787
3 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
# healthcheck:
|
||||
# test: ["CMD", "/usr/bin/miniflux", "-healthcheck", "auto"]
|
||||
db:
|
||||
image: postgres:15
|
||||
image: postgres:latest
|
||||
container_name: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=miniflux
|
||||
|
|
|
@ -25,7 +25,7 @@ services:
|
|||
- ADMIN_PASSWORD=test123
|
||||
- BASE_URL=https://miniflux.example.org
|
||||
db:
|
||||
image: postgres:15
|
||||
image: postgres:latest
|
||||
container_name: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=miniflux
|
||||
|
|
|
@ -37,7 +37,7 @@ services:
|
|||
- "traefik.http.routers.miniflux.entrypoints=websecure"
|
||||
- "traefik.http.routers.miniflux.tls.certresolver=myresolver"
|
||||
db:
|
||||
image: postgres:15
|
||||
image: postgres:latest
|
||||
container_name: postgres
|
||||
environment:
|
||||
- POSTGRES_USER=miniflux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue