forked from science-ation/science-ation
Fix port number
This commit is contained in:
parent
4b4af40650
commit
eafea9abbd
@ -10,7 +10,7 @@
|
||||
// "features": {},
|
||||
|
||||
// For use with PHP or Apache (e.g.php -S localhost:8080 or apache2ctl start)
|
||||
"forwardPorts": [8080, 3306]
|
||||
"forwardPorts": [8085, 3306]
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
// "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user