macos/.devcontainer/devcontainer.json
Kroese 2bfee0addc
Update onAutoForward setting for port 8006
Changed the onAutoForward behavior for port 8006.
2025-10-19 08:46:11 +02:00

18 lines
370 B
JSON

{
"name": "macOS 14 (Sonoma)",
"service": "macos",
"containerEnv": {
"VERSION": "14"
},
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}