Commit 1bed45b6 authored by 吴文龙's avatar 吴文龙

修改Redis端口

parent 07af52b7
...@@ -30,7 +30,7 @@ services: ...@@ -30,7 +30,7 @@ services:
restart: always restart: always
image: redis:4.0 image: redis:4.0
ports: ports:
- "6379:6379" - "16379:6379"
tb-js-executor: tb-js-executor:
restart: always restart: always
image: "${DOCKER_REPO}/${JS_EXECUTOR_DOCKER_NAME}:${TB_VERSION}" image: "${DOCKER_REPO}/${JS_EXECUTOR_DOCKER_NAME}:${TB_VERSION}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment