nextcloud.yml aktualisiert

This commit is contained in:
olli 2023-10-10 15:33:44 +02:00
parent 3362d82f8f
commit 6ce33410f3

View File

@ -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