1
0
Fork 1
forked from fedi/mastodon

Install SSH server into devcontainer image (#22679)

This commit is contained in:
kyori19 2023-01-05 21:32:59 +09:00 committed by talon
parent 6821c0f6f7
commit 2a8be395fb

View file

@ -15,6 +15,12 @@
"webben.browserslist"
],
"features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// This can be used to network with other containers or the host.
"forwardPorts": [3000, 4000],