nextcloud.yml aktualisiert
This commit is contained in:
@@ -71,10 +71,10 @@
|
|||||||
block: |
|
block: |
|
||||||
cd /home/docker/nextcloud.{{inventory_hostname}}
|
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/^FROM nextcloud:apache/FROM nextcloud:production-apache/' Dockerfile
|
||||||
sed -i 's/^# libreoffice/ libreoffice/' 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
|
backup: yes
|
||||||
validate: /bin/bash -n %s
|
validate: /bin/bash -n %s
|
||||||
notify: run fulldockerfile.sh
|
notify: run fulldockerfile.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user