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 686eaf5 commit 75b0f9cCopy full SHA for 75b0f9c
.devcontainer/devcontainer.json
@@ -30,8 +30,10 @@
30
},
31
"forwardPorts": [
32
5432,
33
+ 6379,
34
9000,
- 9001
35
+ 9001,
36
+ 5020,
37
],
38
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
39
"remoteUser": "vscode"
.devcontainer/docker-compose.yml
@@ -28,6 +28,7 @@ services:
28
- 6379:6379
29
- 9000:9000
- 9001:9001
+ - 5020:5020
minio:
image: minio/minio
0 commit comments