Skip to content

Commit 8d8c4df

Browse files
committed
Add the QDrant port in devcontainers
1 parent ef2fb4c commit 8d8c4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747

4848
// Use 'forwardPorts' to make a list of ports inside the container available locally.
49-
"forwardPorts": [3000, 3001, 8000],
49+
"forwardPorts": [3000, 3001, 8000, 6333],
5050

5151
// Use 'postCreateCommand' to run commands after the container is created.
5252
"postCreateCommand": "npm install -g @moaw/cli fuzz-run",

0 commit comments

Comments
 (0)