mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-22 14:23:20 +08:00
Fix typo (#484)
This commit is contained in:
parent
a9d8e0ecdd
commit
eb7ba7732f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ services:
|
|||
volumes:
|
||||
- ./db_data:/var/lib/mysql
|
||||
environment:
|
||||
MYSQL_RANDOM_ROOT_PASSWORD: "root"
|
||||
MYSQL_ROOT_PASSWORD: "root"
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||
interval: 10s
|
||||
|
|
Loading…
Reference in a new issue