We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02942f6 commit 29b7d79Copy full SHA for 29b7d79
.devcontainer/devcontainer.json
@@ -32,7 +32,8 @@
32
// Use 'forwardPorts' to make a list of ports inside the container available locally.
33
"forwardPorts": [
34
2024, // Pastebin
35
- 9001 // Minio
+ 9000, // MinIO API
36
+ 9001 // MinIO Console
37
],
38
39
// Use 'postCreateCommand' to run commands after the container is created.
0 commit comments