mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-03 23:33:45 +08:00
Update docker-compose.yml
This commit is contained in:
@@ -3,7 +3,8 @@ version: '3.9'
|
||||
services:
|
||||
mysql:
|
||||
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
|
||||
volumes:
|
||||
- ./data/mysql/:/var/lib/mysql/
|
||||
|
||||
Reference in New Issue
Block a user