This commit is contained in:
markliu2013 2023-09-20 23:42:44 +08:00
parent 2cd3918a6f
commit a306cbb467
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
version: '2.1'
version: '3'
services:
moneywhere-api-user:

View File

@ -1,4 +1,4 @@
version: '2.1'
version: '3'
services:
mysql:
@ -10,7 +10,7 @@ services:
command: [
'--character-set-server=utf8mb4',
'--collation-server=utf8mb4_general_ci',
'--max_connections=10000'
'--max_connections=10000',
'--default-authentication-plugin=mysql_native_password'
]
volumes: