mirror of
https://github.com/vastxie/99AI.git
synced 2024-11-15 19:22:29 +08:00
Update docker-compose.yml
This commit is contained in:
parent
b9b6165a3e
commit
1f304fb78f
|
@ -3,7 +3,8 @@ version: '3.9'
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8
|
image: mysql:8
|
||||||
command: --default-authentication-plugin=caching_sha2_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
command: --mysql-native-password=ON --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||||
|
# command: --default-authentication-plugin=caching_sha2_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/mysql/:/var/lib/mysql/
|
- ./data/mysql/:/var/lib/mysql/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user