Upgrade NC to version 24.0.8
parent
57c87d7172
commit
f55e830e2c
|
@ -24,7 +24,8 @@ services:
|
||||||
context: ${BUILD_APPS_ROOT_PATH}/docker/nextcloud
|
context: ${BUILD_APPS_ROOT_PATH}/docker/nextcloud
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
- IMG=${NEXTCLOUD_IMG_OVERRIDE-nextcloud:23.0.11-fpm-alpine}
|
# Update dd.conf.sample when bumping this version in main
|
||||||
|
- IMG=${NEXTCLOUD_IMG_OVERRIDE-nextcloud:24.0.8-fpm-alpine}
|
||||||
container_name: dd-apps-nextcloud-app
|
container_name: dd-apps-nextcloud-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -162,8 +162,9 @@ MOODLE_MAX_EXECUTION_TIME=300
|
||||||
MOODLE_MEMORY_LIMIT=128M
|
MOODLE_MEMORY_LIMIT=128M
|
||||||
|
|
||||||
## NEXTCLOUD
|
## NEXTCLOUD
|
||||||
# If enabled overrides nextcloud.yaml default image; you usually do not want to change this
|
# If enabled overrides nextcloud.yaml default image.
|
||||||
#NEXTCLOUD_IMG_OVERRIDE=nextcloud:22.2.10-fpm-alpine
|
# You usually do not want to change this, but instead rely on DD's version.
|
||||||
|
#NEXTCLOUD_IMG_OVERRIDE=nextcloud:24.0.8-fpm-alpine
|
||||||
|
|
||||||
## ONLYOFFICE
|
## ONLYOFFICE
|
||||||
ONLYOFFICE_IMG=alehoho/oo-ce-docker-license:6.3.1.32
|
ONLYOFFICE_IMG=alehoho/oo-ce-docker-license:6.3.1.32
|
||||||
|
|
Loading…
Reference in New Issue