mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-06 00:33:47 +08:00
Update docker-compose.yml
This commit is contained in:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user