1 parent 8f1e12a commit aa4967eCopy full SHA for aa4967e
2 files changed
services/devnv/05-administrative/compose.yaml
@@ -83,7 +83,7 @@ services:
83
container_name: nextcloud-redis
84
restart: unless-stopped
85
nextcloud-db:
86
- image: postgres:16
+ image: postgres:18
87
container_name: nextcloud-db
88
volumes:
89
- "{{ appdata_path }}/apps/nextcloud/db:/var/lib/postgresql/data"
services/devnv/06-apps/compose.yaml
@@ -22,7 +22,7 @@ services:
22
- OAUTH2_USER_CREATION=0
23
24
miniflux-db:
25
- image: postgres:17
26
container_name: miniflux-db
27
28
- "{{ appdata_path }}/apps/miniflux/db:/var/lib/postgresql/data"
0 commit comments