Skip to content

Commit

Permalink
feat: expose new ports and move to docker folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Feb 12, 2024
1 parent 5fb746e commit 2f06d6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [5050, 8080]
"forwardPorts": [5050, 8080, 9200]

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "java -version",
Expand Down

0 comments on commit 2f06d6e

Please sign in to comment.