[NC] Upgrade to Nextcloud 24.0.10
This is the latest Nextcloud 24 version as of 2023-02-28.nc-nginx-test
parent
567bfd770d
commit
65b90724bd
|
@ -26,7 +26,7 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
# Update dd.conf.sample when bumping this version in main
|
# Update dd.conf.sample when bumping this version in main
|
||||||
- IMG=${NEXTCLOUD_IMG_OVERRIDE-nextcloud:24.0.8-fpm-alpine}
|
- IMG=${NEXTCLOUD_IMG_OVERRIDE-nextcloud:24.0.10-fpm-alpine}
|
||||||
container_name: dd-apps-nextcloud-app
|
container_name: dd-apps-nextcloud-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -158,7 +158,7 @@ MOODLE_MEMORY_LIMIT=128M
|
||||||
## NEXTCLOUD
|
## NEXTCLOUD
|
||||||
# If enabled overrides nextcloud.yaml default image.
|
# If enabled overrides nextcloud.yaml default image.
|
||||||
# You usually do not want to change this, but instead rely on DD's version.
|
# You usually do not want to change this, but instead rely on DD's version.
|
||||||
#NEXTCLOUD_IMG_OVERRIDE=nextcloud:24.0.8-fpm-alpine
|
#NEXTCLOUD_IMG_OVERRIDE=nextcloud:24.0.10-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