Skip to content

Commit 71646d2

Browse files
committed
fix healthcheck
1 parent 1c657f4 commit 71646d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.dockerignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.github
1+
.github
2+
examples

build/docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ x-app: &app
2222
max-size: "1m"
2323
max-file: "2"
2424
healthcheck:
25-
#test: ["CMD", "nc", "-w1", "-zv", "mysql", "3306"]
26-
test: ["CMD", "php", "examples/example.php"]
25+
test: ["CMD", "nc", "-w1", "-zv", "mysql", "3306"]
26+
#test: ["CMD", "php", "examples/example.php"]
2727
timeout: 2s
2828
start_period: 5s
2929
interval: 2s

0 commit comments

Comments
 (0)