Skip to content

Commit 65b972c

Browse files
committed
Expose BanyanDB UI
Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
1 parent 0f6157d commit 65b972c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/platform/docker/docker-compose.single-node.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ services:
2323
networks: [ sw ]
2424
expose:
2525
- 17912
26-
command: standalone
26+
ports:
27+
- "17913:17913"
28+
command: standalone --observability-modes=native
2729
healthcheck:
2830
test: ["CMD", "nc", "-z", "127.0.0.1", "17913"]
2931
interval: 30s

0 commit comments

Comments
 (0)