update postgres version
This commit is contained in:
parent
9da2d870f4
commit
5046b4fcbc
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
name: docker_nextcloud-db-23
|
name: docker_nextcloud-db-15
|
||||||
nextcloud-data:
|
nextcloud-data:
|
||||||
name: docker_nextcloud
|
name: docker_nextcloud
|
||||||
nextcloud:
|
nextcloud:
|
||||||
|
@ -19,7 +19,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: nextcloud-cron:24.0.11
|
image: nextcloud-cron:24.0.10
|
||||||
build: .
|
build: .
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -63,7 +63,7 @@ services:
|
||||||
|
|
||||||
|
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: postgres:11.19-bullseye
|
image: postgres:15-alpine
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
volumes:
|
volumes:
|
||||||
- nextcloud-db:/var/lib/postgresql/data
|
- nextcloud-db:/var/lib/postgresql/data
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nextcloud:24.0.11-apache
|
FROM nextcloud:24.0.10-apache
|
||||||
|
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user