Skip to content

Commit

Permalink
chore(cli): use different container port for debugger (#811)
Browse files Browse the repository at this point in the history
* chore(cli): use different container port for debugger

* Fix test
  • Loading branch information
dqbd authored Jun 25, 2024
1 parent c13e755 commit ac34a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/cli/langgraph_cli/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
image: langchain/langgraph-debugger
restart: on-failure
ports:
- "{debugger_port}:80"
- "{debugger_port}:3968"
depends_on:
langgraph-postgres:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion libs/cli/tests/unit_tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_prepare_args_and_stdin():
image: langchain/langgraph-debugger
restart: on-failure
ports:
- "{debugger_port}:80"
- "{debugger_port}:3968"
depends_on:
langgraph-postgres:
condition: service_healthy
Expand Down

0 comments on commit ac34a47

Please sign in to comment.