forked from kamba4/sunders
fix: Adds missing documentation hint for secret replacement
This commit is contained in:
parent
34339b8021
commit
c2a8412c4b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
volumes:
|
||||
- mariadb:/var/lib/mysql
|
||||
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
|
||||
timeout: 5s
|
||||
start_period: 30s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue