This is an automated email from the ASF dual-hosted git repository.
likyh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 92331ab41 feat: bind to 0.0.0.0 (#4289)
92331ab41 is described below
commit 92331ab41863c1a2db5bf75eb78c4c820f9d03b1
Author: mindlesscloud <[email protected]>
AuthorDate: Thu Feb 2 10:08:17 2023 +0800
feat: bind to 0.0.0.0 (#4289)
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index ae37626be..1183b17c5 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -82,7 +82,7 @@ services:
build:
context: "config-ui"
ports:
- - "127.0.0.1:4000:4000"
+ - "4000:4000"
env_file:
- ./.env
environment: