Skip to content

Commit bac6240

Browse files
authored
fix: remove healthcheck, add executable to command (#33)
1 parent 2262b95 commit bac6240

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

commands/host/phpmyadmin

100644100755
File mode changed.

docker-compose.phpmyadmin.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ services:
2222
- UPLOAD_LIMIT=4000M
2323
- HTTP_EXPOSE=8036:80
2424
- HTTPS_EXPOSE=8037:80
25-
healthcheck:
26-
test: ["CMD-SHELL", "true"]
27-
interval: 120s
28-
timeout: 2s
29-
retries: 1
3025
depends_on:
31-
- db
26+
db:
27+
condition: service_healthy

0 commit comments

Comments
 (0)