lldap/.devcontainer/devcontainer.json
2023-03-20 21:29:54 +01:00

9 lines
106 B
JSON

{
"name": "LLDAP dev",
"build": { "dockerfile": "Dockerfile" },
"forwardPorts": [
3890,
17170
]
}