We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e339c29 commit e8c4a4dCopy full SHA for e8c4a4d
1 file changed
docker-compose.yml
@@ -188,7 +188,7 @@ services:
188
nextcloudapp:
189
container_name: homecloud_nextcloudapp
190
profiles: ["coreservices"]
191
- image: nextcloud:30-fpm-alpine
+ image: nextcloud:31-fpm-alpine
192
restart: unless-stopped
193
healthcheck:
194
test: nc -z postgres 5432 || nc -z 127.0.0.1 9000 || exit 1
@@ -241,7 +241,7 @@ services:
241
nextcloudcron:
242
container_name: homecloud_nextcloudcron
243
244
245
246
entrypoint: /cron.sh
247
depends_on:
0 commit comments