fix: Adds missing documentation hint for secret replacement
Some checks failed
images.yml / fix: Adds missing documentation hint for secret replacement (push) Failing after 0s
images.yml / fix: Adds missing documentation hint for secret replacement (pull_request) Failing after 0s

This commit is contained in:
Vincent Mahnke 2025-11-01 21:49:46 +01:00
commit c2a8412c4b

View file

@ -11,7 +11,7 @@ services:
volumes: volumes:
- mariadb:/var/lib/mysql - mariadb:/var/lib/mysql
healthcheck: healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-uroot", "-prootpassword"] test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "-uroot", "-prootpassword"] # ${{secrets.MYSQL_ROOT_PASSWORD}}
interval: 10s interval: 10s
timeout: 5s timeout: 5s
start_period: 30s start_period: 30s