Skip to content

Commit a825152

Browse files
authored
fix: add healthcheck test command, fixes #29 (#30)
1 parent ded9005 commit a825152

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.phpmyadmin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- HTTP_EXPOSE=8036:80
2424
- HTTPS_EXPOSE=8037:80
2525
healthcheck:
26+
test: ["CMD-SHELL", "true"]
2627
interval: 120s
2728
timeout: 2s
2829
retries: 1

0 commit comments

Comments
 (0)