nextcloud.yml aktualisiert
This commit is contained in:
parent
8b216b5d84
commit
6630668d15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user