update postgres version
This commit is contained in:
parent
9da2d870f4
commit
5046b4fcbc
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM nextcloud:24.0.11-apache
|
||||
FROM nextcloud:24.0.10-apache
|
||||
|
||||
ARG VERSION
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user