feat: 增加halo2.2.0

This commit is contained in:
zhengkunwang223
2023-02-07 15:21:24 +08:00
parent 3e37609865
commit 549ae5506a
16 changed files with 212 additions and 43 deletions
@@ -1,7 +1,7 @@
version: '3'
services:
mysql5.7:
mysql:
image: mysql:5.7.39
container_name: ${CONTAINER_NAME}
restart: always
@@ -1,7 +1,7 @@
version: '3'
services:
mysql8.0:
mysql:
image: mysql:8.0.30
container_name: ${CONTAINER_NAME}
restart: always
@@ -18,6 +18,9 @@ services:
labels:
createdBy: "Apps"
command:
- --default-authentication-plugin=mysql_native_password
networks:
1panel:
external: true
external: true