From 6630668d15bf58f6f5b27192281a841b442fdf05 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 12 Apr 2024 10:16:16 +0200 Subject: [PATCH] nextcloud.yml aktualisiert --- nextcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud.yml b/nextcloud.yml index b490090..6039944 100644 --- a/nextcloud.yml +++ b/nextcloud.yml @@ -72,7 +72,7 @@ cd /home/docker/nextcloud.{{inventory_hostname}} wget -q https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/Dockerfile -O Dockerfile - sed -i 's/^FROM nextcloud:apache/FROM nextcloud:28/' Dockerfile + sed -i 's/^FROM nextcloud:apache/FROM nextcloud:stable-apache/' Dockerfile sed -i 's/^# libreoffice/ libreoffice/' Dockerfile wget -q https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/supervisord.conf -O supervisord.conf backup: yes @@ -216,7 +216,7 @@ - nextcloud.{{inventory_hostname}}--network nextcloud.{{inventory_hostname}}--cron: - image: nextcloud:28 + image: nextcloud:stable-apache restart: unless-stopped volumes: - ./nextcloud-data:/var/www/html