update postgres version

This commit is contained in:
root 2023-03-27 22:07:56 +02:00
parent 9da2d870f4
commit 5046b4fcbc
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: '3.7'
volumes:
nextcloud-db:
name: docker_nextcloud-db-23
name: docker_nextcloud-db-15
nextcloud-data:
name: docker_nextcloud
nextcloud:
@ -19,7 +19,7 @@ networks:
services:
nextcloud-app:
image: nextcloud-cron:24.0.11
image: nextcloud-cron:24.0.10
build: .
container_name: nextcloud-app
restart: unless-stopped
@ -63,7 +63,7 @@ services:
nextcloud-db:
image: postgres:11.19-bullseye
image: postgres:15-alpine
container_name: nextcloud-db
volumes:
- nextcloud-db:/var/lib/postgresql/data

View File

@ -1,4 +1,4 @@
FROM nextcloud:24.0.11-apache
FROM nextcloud:24.0.10-apache
ARG VERSION