You've already forked nextcloud
fixed healthcheck
This commit is contained in:
@@ -45,7 +45,7 @@ services:
|
|||||||
- MYSQL_USER=${NEXTCLOUD_DATABASE_USER}
|
- MYSQL_USER=${NEXTCLOUD_DATABASE_USER}
|
||||||
- MYSQL_PASSWORD=${NEXTCLOUD_DATABASE_PASS}
|
- MYSQL_PASSWORD=${NEXTCLOUD_DATABASE_PASS}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "healthcheck.sh", "--connect", "--innodb_initialized"]
|
test: ["CMD", "/usr/local/bin/healthcheck.sh", "--innodb_initialized"]
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
|
|||||||
Reference in New Issue
Block a user