We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded9005 commit a825152Copy full SHA for a825152
1 file changed
docker-compose.phpmyadmin.yaml
@@ -23,6 +23,7 @@ services:
23
- HTTP_EXPOSE=8036:80
24
- HTTPS_EXPOSE=8037:80
25
healthcheck:
26
+ test: ["CMD-SHELL", "true"]
27
interval: 120s
28
timeout: 2s
29
retries: 1
0 commit comments