From 6ce33410f3bdd8da4dcd64aff26701ea8475ea1d Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 10 Oct 2023 15:33:44 +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 1feb2b2..17abdc6 100644 --- a/nextcloud.yml +++ b/nextcloud.yml @@ -71,10 +71,10 @@ block: | cd /home/docker/nextcloud.{{inventory_hostname}} - wget https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/Dockerfile -O Dockerfile + wget -q https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/Dockerfile -O Dockerfile sed -i 's/^FROM nextcloud:apache/FROM nextcloud:production-apache/' Dockerfile sed -i 's/^# libreoffice/ libreoffice/' Dockerfile - wget https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/supervisord.conf -O supervisord.conf + wget -q https://github.com/nextcloud/docker/raw/master/.examples/dockerfiles/full/apache/supervisord.conf -O supervisord.conf backup: yes validate: /bin/bash -n %s notify: run fulldockerfile.sh