File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 17
17
"features" : {
18
18
"ghcr.io/devcontainers/features/git" : {},
19
19
"ghcr.io/devcontainers/features/common-utils" : {},
20
- "ghcr.io/devcontainers/features/github-cli:1" : {}
20
+ "ghcr.io/devcontainers/features/github-cli:1" : {},
21
+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1" : {}
21
22
},
22
23
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
24
"forwardPorts" : [
24
25
" ydb-storage:2136" ,
25
26
" ydb-storage:8765" ,
26
27
" prometheus:9090"
27
28
],
29
+ "otherPortsAttributes" : {
30
+ "onAutoForward" : " ignore"
31
+ },
28
32
// Use 'initializeCommand' to run commands before the container is created.
29
33
"initializeCommand" : " chmod +x .devcontainer/commands/initialize.sh && .devcontainer/commands/initialize.sh" ,
30
34
// Use 'postCreateCommand' to run commands after the container is created.
Original file line number Diff line number Diff line change 17
17
"features" : {
18
18
"ghcr.io/devcontainers/features/git" : {},
19
19
"ghcr.io/devcontainers/features/common-utils" : {},
20
- "ghcr.io/devcontainers/features/github-cli:1" : {}
20
+ "ghcr.io/devcontainers/features/github-cli:1" : {},
21
+ "ghcr.io/devcontainers/features/docker-outside-of-docker:1" : {}
21
22
},
22
23
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
24
"forwardPorts" : [
26
27
" ydb:8765" ,
27
28
" prometheus:9090"
28
29
],
30
+ "otherPortsAttributes" : {
31
+ "onAutoForward" : " ignore"
32
+ },
29
33
// Use 'initializeCommand' to run commands before the container is created.
30
34
"initializeCommand" : " chmod +x .devcontainer/commands/initialize.sh && .devcontainer/commands/initialize.sh" ,
31
35
// Use 'postCreateCommand' to run commands after the container is created.
You can’t perform that action at this time.
0 commit comments