Skip to content

Commit aa4967e

Browse files
Update postgres Docker tag to v18
1 parent 8f1e12a commit aa4967e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/devnv/05-administrative/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ services:
8383
container_name: nextcloud-redis
8484
restart: unless-stopped
8585
nextcloud-db:
86-
image: postgres:16
86+
image: postgres:18
8787
container_name: nextcloud-db
8888
volumes:
8989
- "{{ appdata_path }}/apps/nextcloud/db:/var/lib/postgresql/data"

services/devnv/06-apps/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- OAUTH2_USER_CREATION=0
2323
restart: unless-stopped
2424
miniflux-db:
25-
image: postgres:17
25+
image: postgres:18
2626
container_name: miniflux-db
2727
volumes:
2828
- "{{ appdata_path }}/apps/miniflux/db:/var/lib/postgresql/data"

0 commit comments

Comments
 (0)