mirror of
https://github.com/tgbot-collection/ytdlbot.git
synced 2025-02-22 22:33:08 +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:
|
volumes:
|
||||||
- ./db_data:/var/lib/mysql
|
- ./db_data:/var/lib/mysql
|
||||||
environment:
|
environment:
|
||||||
MYSQL_RANDOM_ROOT_PASSWORD: "root"
|
MYSQL_ROOT_PASSWORD: "root"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
Loading…
Reference in a new issue