mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
save
This commit is contained in:
parent
bc2f30f9c2
commit
2cd3918a6f
@ -1,4 +1,4 @@
|
||||
version: '2.1'
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
mysql:
|
||||
@ -10,9 +10,11 @@ services:
|
||||
command: [
|
||||
'--character-set-server=utf8mb4',
|
||||
'--collation-server=utf8mb4_general_ci',
|
||||
'--max_connections=10000'
|
||||
'--max_connections=10000',
|
||||
'--default-authentication-plugin=mysql_native_password'
|
||||
]
|
||||
volumes:
|
||||
- moneywhere_mysql_data:/var/lib/mysql
|
||||
|
||||
phpmyadmin:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/moneywhere/phpmyadmin:latest
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user