chore(Nextcloud): Upgrade to 21.0.3
https://nextcloud.com/changelog/#21-0-3
This commit is contained in:
parent
ab460fc36c
commit
946d6ed984
|
@ -31,7 +31,7 @@ services:
|
||||||
|
|
||||||
nextcloud-fpm:
|
nextcloud-fpm:
|
||||||
container_name: nextcloud-fpm
|
container_name: nextcloud-fpm
|
||||||
image: ${NEXTCLOUD_IMAGE:-nextcloud:21.0.2-fpm-alpine}
|
image: ${NEXTCLOUD_IMAGE:-nextcloud:21.0.3-fpm-alpine}
|
||||||
restart: always
|
restart: always
|
||||||
hostname: ${NEXTCLOUD_DOMAIN}
|
hostname: ${NEXTCLOUD_DOMAIN}
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -84,7 +84,7 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
||||||
nextcloud-cron:
|
nextcloud-cron:
|
||||||
image: ${NEXTCLOUD_IMAGE:-nextcloud:21.0.2-fpm-alpine}
|
image: ${NEXTCLOUD_IMAGE:-nextcloud:21.0.3-fpm-alpine}
|
||||||
container_name: nextcloud-cron
|
container_name: nextcloud-cron
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue