Skip to content

Commit 681ced6

Browse files
committed
fix(cli): correct the access address of the front-end Jaeger UI
1 parent 0fa0c91 commit 681ced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/acontext-cli/internal/docker/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ services:
240240
ROOT_API_BEARER_TOKEN: ${ROOT_API_BEARER_TOKEN:-your-root-api-bearer-token}
241241
DATABASE_URL: postgresql://${DATABASE_USER:-acontext}:${DATABASE_PASSWORD:-helloworld}@acontext-server-pg:5432/${DATABASE_NAME:-acontext}
242242
JAEGER_UI_URL: http://acontext-server-jaeger:16686
243-
NEXT_PUBLIC_JAEGER_UI_URL: http://acontext-server-jaeger:16686
243+
NEXT_PUBLIC_JAEGER_UI_URL: http://localhost:16686
244244
ports:
245245
- "${UI_EXPORT_PORT:-3000}:3000"
246246
depends_on:

0 commit comments

Comments
 (0)