Skip to content
Snippets Groups Projects
Commit 1fc6ba4d authored by Burhan Akbar's avatar Burhan Akbar
Browse files

Hardcode password in healthcheck for testing

parent 33ba190f
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ services: ...@@ -13,7 +13,7 @@ services:
- ./src/main/resources:/docker-entrypoint-initdb.d - ./src/main/resources:/docker-entrypoint-initdb.d
# --- BEGIN HEALTHCHECK --- # --- BEGIN HEALTHCHECK ---
healthcheck: healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-u", "root", "-p${MYSQL_ROOT_PASSWORD}"] test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-u", "root", "-pcomsc"] # Hardcoded password
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 5 retries: 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment