mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-08-04 03:49:28 +00:00
防止端口冲突
This commit is contained in:
parent
a7c584e3fb
commit
e5b740a332
@ -17,14 +17,14 @@ services:
|
||||
--max_allowed_packet=128M
|
||||
--default-authentication-plugin=caching_sha2_password
|
||||
ports:
|
||||
- 3306:3306
|
||||
- 13306:3306
|
||||
networks:
|
||||
- jeecg-boot
|
||||
|
||||
jeecg-boot-redis:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/jeecgdocker/redis:5.0
|
||||
ports:
|
||||
- 6379:6379
|
||||
# ports:
|
||||
# - 6379:6379
|
||||
restart: always
|
||||
container_name: jeecg-boot-redis
|
||||
hostname: jeecg-boot-redis
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user