Skip to content

Commit e8c4a4d

Browse files
authored
Ugrade to Nextcfloud 31
1 parent e339c29 commit e8c4a4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ services:
188188
nextcloudapp:
189189
container_name: homecloud_nextcloudapp
190190
profiles: ["coreservices"]
191-
image: nextcloud:30-fpm-alpine
191+
image: nextcloud:31-fpm-alpine
192192
restart: unless-stopped
193193
healthcheck:
194194
test: nc -z postgres 5432 || nc -z 127.0.0.1 9000 || exit 1
@@ -241,7 +241,7 @@ services:
241241
nextcloudcron:
242242
container_name: homecloud_nextcloudcron
243243
profiles: ["coreservices"]
244-
image: nextcloud:30-fpm-alpine
244+
image: nextcloud:31-fpm-alpine
245245
restart: unless-stopped
246246
entrypoint: /cron.sh
247247
depends_on:

0 commit comments

Comments
 (0)