mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Healthcheck start_* where with underscore; Indent was wrong for MariaDB
This commit is contained in:
parent
a46e5672f7
commit
29c83dc2a0
4 changed files with 12 additions and 12 deletions
|
@ -35,8 +35,8 @@ services:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl --fail --silent http://nc
|
test: curl --fail --silent http://nc
|
||||||
interval: "1h" # effectively turns repeated healthchecks during runtime off
|
interval: "1h" # effectively turns repeated healthchecks during runtime off
|
||||||
start-period: "60s"
|
start_period: "60s"
|
||||||
start-interval: "1s"
|
start_interval: "1s"
|
||||||
|
|
||||||
nc:
|
nc:
|
||||||
image: nginx:1.25.1-alpine3.17
|
image: nginx:1.25.1-alpine3.17
|
||||||
|
|
|
@ -37,5 +37,5 @@ services:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl --fail --silent http://localhost
|
test: curl --fail --silent http://localhost
|
||||||
interval: "1h" # effectively turns repeated healthchecks during runtime off
|
interval: "1h" # effectively turns repeated healthchecks during runtime off
|
||||||
start-period: "60s"
|
start_period: "60s"
|
||||||
start-interval: "1s"
|
start_interval: "1s"
|
||||||
|
|
|
@ -35,5 +35,5 @@ services:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl --fail --silent http://localhost
|
test: curl --fail --silent http://localhost
|
||||||
interval: "1h" # effectively turns repeated healthchecks during runtime off
|
interval: "1h" # effectively turns repeated healthchecks during runtime off
|
||||||
start-period: "60s"
|
start_period: "60s"
|
||||||
start-interval: "1s"
|
start_interval: "1s"
|
||||||
|
|
|
@ -14,5 +14,5 @@ services:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl --fail --silent http://localhost
|
test: curl --fail --silent http://localhost
|
||||||
interval: "1h" # effectively turns repeated healthchecks during runtime off
|
interval: "1h" # effectively turns repeated healthchecks during runtime off
|
||||||
start-period: "60s"
|
start_period: "60s"
|
||||||
start-interval: "1s"
|
start_interval: "1s"
|
||||||
|
|
Loading…
Add table
Reference in a new issue