Skip to content

Commit 24fa58f

Browse files
committed
resolve port conflict by updating host port to 8880
1 parent 2276e4b commit 24fa58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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}:8880"
11+
- "${COZE_LOOP_APP_OPENAPI_PORT}:8888"
1212
volumes:
1313
- nginx_data:/coze-loop/resources
1414
- ./bootstrap/app:/coze-loop/bootstrap

0 commit comments

Comments
 (0)