Update docker-compose-mariadb-redis.yml

This commit is contained in:
LRVT 2024-05-16 21:46:33 +02:00 committed by GitHub
parent 74e6d050bf
commit 85a110e1fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,12 +57,6 @@ services:
- MYSQL_PASSWORD=${MYSQL_PASSWORD:-nextcloud}
- REDIS_HOST=${REDIS_HOST:-nextcloud-redis}
- REDIS_HOST_PASSWORD=${REDIS_PASSWORD:-nextcloud}
healthcheck:
test: ["CMD-SHELL", "curl -Ss http://localhost/status.php | grep '\"installed\":true' || exit 1"]
interval: 2m
retries: 10
start_period: 10m
timeout: 5s
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nextcloud/data:/var/www/html/data
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/nextcloud/app:/var/www/html