提交 c76e73c1 authored 作者: HectorLi's avatar HectorLi

修改当前

上级 78d232e2
version: '2'
services:
wmssystem-mysql:
wmssystem1-mysql:
build:
context: ./db
environment:
MYSQL_ROOT_PASSWORD: gf^*i6%&9J83&(*kJ653F&L
restart: always
container_name: wmssystem-mysql
image: wmssystem-mysql
container_name: wmssystem1-mysql
image: wmssystem1-mysql
command:
--character-set-server=utf8mb4
--collation-server=utf8mb4_general_ci
......@@ -17,19 +17,19 @@ services:
ports:
- 13579:3306
wmssystem-redis:
wmssystem1-redis:
image: redis:5.0
ports:
- 6379:6379
- 6655:6379
restart: always
container_name: wmssystem-redis
container_name: wmssystem1-redis
wmssystem-system:
wmssystem1-system:
build:
context: ./jeecg-boot-module-system
restart: always
container_name: wmssystem-system
image: wmssystem-system
container_name: wmssystem1-system
image: wmssystem1-system
ports:
- 8080:8080
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论