Updated nextcloud to 18.0.6
This commit is contained in:
parent
6699ea7b05
commit
0d426f4d40
|
@ -30,7 +30,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:17.0.2-fpm-alpine
|
image: nextcloud:18.0.6-fpm-alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/appdata/nextcloud/www:/var/www/html
|
- /opt/appdata/nextcloud/www:/var/www/html
|
||||||
|
@ -63,7 +63,7 @@ services:
|
||||||
container_name: nextcloud-nginx
|
container_name: nextcloud-nginx
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:fpm-alpine
|
image: nextcloud:18.0.6-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