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

修改当前

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