Update Nextcloud to version 28

This commit is contained in:
Salt 2024-12-07 00:09:53 -06:00
parent fba7d30a40
commit 1440db6afc

View File

@ -2,17 +2,7 @@
- name: docker deploy nextcloud - name: docker deploy nextcloud
docker_container: docker_container:
name: nextcloud name: nextcloud
image: nextcloud:27 image: nextcloud:28
# The entrypoint workaround is for this issue:
#
# https://github.com/nextcloud/docker/issues/1414
#
# This installs imagemagick to allow for SVG support and to clear the last
# setup warning in the application.
# It can be safely removed upon closure of this issue. I'm just doing it to
# make the big bad triangle go away.
entrypoint: /bin/sh
command: -c "apt-get update; apt-get install -y libmagickcore-6.q16-6-extra; /entrypoint.sh apache2-foreground"
env: env:
PHP_UPLOAD_LIMIT: 1024M PHP_UPLOAD_LIMIT: 1024M
networks: networks: