增加docker快速部署

This commit is contained in:
lr
2022-09-02 17:41:05 +08:00
parent cbe09b5b8c
commit 1d06f0659d

View File

@@ -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