Skip to content

Commit d3496ca

Browse files
authored
Merge pull request #58 from a3linux/a3linux-patch-2
Ugrade to Nextcfloud 31
2 parents e339c29 + e8c4a4d commit d3496ca

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)