Skip to content

Commit 3ade61b

Browse files
authored
Merge pull request #52 from import-ai/feat/port
feat(port): update port
2 parents 2d57009 + a124437 commit 3ade61b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compose/help.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
volumes:
77
- '/etc/localtime:/etc/localtime:ro'
88
ports:
9-
- ${OB_HELP_PORT:-8082}:8082
9+
- ${OB_HELP_PORT:-6000}:6000
1010
restart: always
1111
depends_on:
1212
backend:

example.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
OB_WEB_PORT=8081
2-
OB_HELP_PORT=8082
1+
OB_WEB_PORT=8080
2+
OB_HELP_PORT=6000
33

44
OBB_LOG_LEVELS=error,warn,log
55

0 commit comments

Comments
 (0)