1 parent eac631e commit c51a106Copy full SHA for c51a106
1 file changed
services/c137/06-apps/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"
@@ -115,7 +115,7 @@ services:
115
- OAUTH2_USER_CREATION=0
116
117
miniflux-db:
118
- image: postgres:17
119
container_name: miniflux-db
120
121
- "{{ appdata_path }}/apps/miniflux/db:/var/lib/postgresql/data"
0 commit comments