update docker-compose.yml.

Signed-off-by: 六翼羊王 <1993333339@qq.com>
This commit is contained in:
六翼羊王
2023-04-21 01:34:07 +00:00
committed by Gitee
parent 6092922bc2
commit 5b5e989f8a
+1 -5
View File
@@ -13,11 +13,7 @@ services:
LANG: C.UTF-8
TZ: Asia/Shanghai
MYSQL_ROOT_PASSWORD: 123456
command: [
'--character-set-server=utf8mb4',
'--collation-server=utf8mb4_unicode_ci',
]
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
networks:
flask-network:
ipv4_address: 172.10.1.31