mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-21 02:05:48 +08:00
增加docker快速部署
This commit is contained in:
@@ -25,8 +25,8 @@ services:
|
||||
|
||||
mysql:
|
||||
container_name: likeadmin-java-mysql
|
||||
#image: mysql:5.7.29 #X86架构
|
||||
image: amd64/mysql:5.7.29 #arm架构
|
||||
image: mysql:5.7.29 #X86架构
|
||||
#image: amd64/mysql:5.7.29 #arm架构
|
||||
restart: always
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: root
|
||||
|
||||
Reference in New Issue
Block a user