chore(Nextcloud): Upgrade to 23.0.3
https://nextcloud.com/changelog/#latest23
This commit is contained in:
parent
5b6ce7cfcd
commit
ec4ae3a8b8
|
@ -7,7 +7,7 @@ volumes:
|
||||||
services:
|
services:
|
||||||
nextcloud-fpm:
|
nextcloud-fpm:
|
||||||
container_name: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-fpm
|
container_name: ${NEXTCLOUD_CONTAINER_NAME:-nextcloud}-fpm
|
||||||
image: ${NEXTCLOUD_IMAGE:-nextcloud:23.0.2-fpm-alpine}
|
image: ${NEXTCLOUD_IMAGE:-nextcloud:23.0.3-fpm-alpine}
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
|
|
Loading…
Reference in New Issue