Add run arguments to devcontainer configuration: set network to 'dev-network' and name to 'trepa-dev'.
This commit is contained in:
parent
923083cc5f
commit
dabfc43678
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"runArgs": [
|
||||||
|
"--network=dev-network",
|
||||||
|
"--name=trepa-dev"
|
||||||
|
],
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
3000
|
3000
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue