We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d57009 + a124437 commit 3ade61bCopy full SHA for 3ade61b
compose/help.yaml
@@ -6,7 +6,7 @@ services:
6
volumes:
7
- '/etc/localtime:/etc/localtime:ro'
8
ports:
9
- - ${OB_HELP_PORT:-8082}:8082
+ - ${OB_HELP_PORT:-6000}:6000
10
restart: always
11
depends_on:
12
backend:
example.env
@@ -1,5 +1,5 @@
1
-OB_WEB_PORT=8081
2
-OB_HELP_PORT=8082
+OB_WEB_PORT=8080
+OB_HELP_PORT=6000
3
4
OBB_LOG_LEVELS=error,warn,log
5
0 commit comments