mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
feat: Improve Github Codespaces configuration (#357)
This commit is contained in:
parent
2f0e962edd
commit
e032e349ee
6 changed files with 12 additions and 6 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "15"
|
"VERSION": "15"
|
||||||
},
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8006": {
|
"8006": {
|
||||||
"label": "Web",
|
"label": "Web",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "13"
|
"VERSION": "13"
|
||||||
},
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8006": {
|
"8006": {
|
||||||
"label": "Web",
|
"label": "Web",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "12"
|
"VERSION": "12"
|
||||||
},
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8006": {
|
"8006": {
|
||||||
"label": "Web",
|
"label": "Web",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "11"
|
"VERSION": "11"
|
||||||
},
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8006": {
|
"8006": {
|
||||||
"label": "Web",
|
"label": "Web",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "10"
|
"VERSION": "10"
|
||||||
},
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8006": {
|
"8006": {
|
||||||
"label": "Web",
|
"label": "Web",
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "14"
|
"VERSION": "14"
|
||||||
},
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"8006": {
|
"8006": {
|
||||||
"label": "Web",
|
"label": "Web",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue