Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose-files-standalone/freshrss/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
freshrss-db:
image: postgres:16
image: postgres:18
container_name: fressrss-db
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion compose-files-standalone/ghostfolio/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- 3333:3333

ghostfolio-db:
image: postgres:16
image: postgres:18
container_name: ghostfolio-db
restart: unless-stopped
environment:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
freshrss-db:
image: postgres:16
image: postgres:18
container_name: fressrss-db
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- traefik_proxy

ghostfolio-db:
image: postgres:16
image: postgres:18
container_name: ghostfolio-db
restart: unless-stopped
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- default

miniflux-db:
image: postgres:16
image: postgres:18
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
recipes-db:
image: postgres:16
image: postgres:18
container_name: recipes-db
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
wikijs-db:
image: postgres:16
image: postgres:18
container_name: wikijs_db
restart: unless-stopped
volumes:
Expand Down