From a4f22e110aa71a163b56a87ff62d71fc130f3a3f Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 12 Dec 2023 15:36:13 +0100 Subject: [PATCH] nextcloud removed production image tag --- nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud.yml b/nextcloud.yml index 17abdc6..051d934 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:production-apache/' Dockerfile + #sed -i 's/^FROM nextcloud:apache/FROM nextcloud:production-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