Skip to content

Commit 9ad84da

Browse files
authored
Add portsAttributes back
Signed-off-by: Jackson Stewart <[email protected]>
1 parent c3a738d commit 9ad84da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,11 @@
3636
]
3737
}
3838
},
39+
"portsAttributes": {
40+
"3000": {
41+
"label": "Gitea Web",
42+
"onAutoForward": "notify"
43+
}
44+
},
3945
"postCreateCommand": "make deps"
4046
}

0 commit comments

Comments
 (0)