Skip to content

Commit 2276e4b

Browse files
committed
fix port conflict against coze-studio
1 parent 8ac6ef6 commit 2276e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/deployment/docker-compose/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ COZE_LOOP_APP_IMAGE_REGISTRY=docker.io
33
COZE_LOOP_APP_IMAGE_REPOSITORY=cozedev
44
COZE_LOOP_APP_IMAGE_NAME=coze-loop
55
COZE_LOOP_APP_IMAGE_TAG=1.1.0
6-
COZE_LOOP_APP_OPENAPI_PORT=8888
6+
COZE_LOOP_APP_OPENAPI_PORT=8880
77
COZE_LOOP_APP_DEBUG_PORT=40000
88

99
# redis

release/deployment/docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
networks:
99
- coze-loop-network
1010
ports:
11-
- "${COZE_LOOP_APP_OPENAPI_PORT}:8888"
11+
- "${COZE_LOOP_APP_OPENAPI_PORT}:8880"
1212
volumes:
1313
- nginx_data:/coze-loop/resources
1414
- ./bootstrap/app:/coze-loop/bootstrap

0 commit comments

Comments
 (0)