Upgrade NC to version 22.2.10
parent
db4a6d14e9
commit
cbb4e06e89
|
@ -24,7 +24,7 @@ services:
|
|||
context: ${BUILD_APPS_ROOT_PATH}/docker/nextcloud
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- IMG=${NEXTCLOUD_IMG_OVERRIDE-nextcloud:21.0.5-fpm-alpine}
|
||||
- IMG=${NEXTCLOUD_IMG_OVERRIDE-nextcloud:22.2.10-fpm-alpine}
|
||||
container_name: dd-apps-nextcloud-app
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
|
|
|
@ -163,7 +163,7 @@ MOODLE_MEMORY_LIMIT=128M
|
|||
|
||||
## NEXTCLOUD
|
||||
# If enabled overrides nextcloud.yaml default image
|
||||
#NEXTCLOUD_IMG_OVERRIDE=nextcloud:21.0.5-fpm-alpine
|
||||
#NEXTCLOUD_IMG_OVERRIDE=nextcloud:22.2.10-fpm-alpine
|
||||
|
||||
## ONLYOFFICE
|
||||
ONLYOFFICE_IMG=alehoho/oo-ce-docker-license:6.3.1.32
|
||||
|
|
Loading…
Reference in New Issue