Update to Nextcloud 20.0.3
This commit is contained in:
parent
a579e866d9
commit
290c647bc6
|
@ -30,7 +30,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:19.0.4-fpm-alpine
|
image: nextcloud:20.0.3-fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud/www:/var/www/html
|
- /opt/appdata/nextcloud/www:/var/www/html
|
||||||
|
@ -61,7 +61,7 @@ services:
|
||||||
container_name: nextcloud-nginx
|
container_name: nextcloud-nginx
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:19.0.4-fpm-alpine
|
image: nextcloud:20.0.3-fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud/www:/var/www/html
|
- /opt/appdata/nextcloud/www:/var/www/html
|
||||||
|
|
Loading…
Reference in New Issue