mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-17 13:58:12 +00:00
Update docker-compose-mariadb-redis.yml
This commit is contained in:
parent
74e6d050bf
commit
85a110e1fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user