fix nextcloud-db healthcheck: wrong user (#57)
Reviewed-on: #57 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
a34e9376ac
commit
98b346166a
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ services:
|
||||||
[
|
[
|
||||||
"CMD",
|
"CMD",
|
||||||
"healthcheck.sh",
|
"healthcheck.sh",
|
||||||
"--connect",
|
"--su-mysql",
|
||||||
|
"--connect"
|
||||||
]
|
]
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue