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:
|
||||
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
|
||||
depends_on:
|
||||
- postgres
|
||||
|
|
Loading…
Reference in New Issue