mirror of
https://github.com/supanadit/todo.git
synced 2025-05-04 20:39:55 +00:00
chore: update port to default laravel with artisan serve
This commit is contained in:
parent
bc8fe0de22
commit
b986a9d3b3
@ -18,13 +18,12 @@
|
||||
},
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
"forwardPorts": [
|
||||
8080
|
||||
8000
|
||||
],
|
||||
"postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html",
|
||||
// Use 'portsAttributes' to set default properties for specific forwarded ports. More info: https://code.visualstudio.com/docs/remote/devcontainerjson-reference.
|
||||
"portsAttributes": {
|
||||
"8080": {
|
||||
"label": "Apache Server",
|
||||
"8000": {
|
||||
"label": "PHP Artisan Serve",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user