Fix port number

This commit is contained in:
patrick 2025-01-15 19:20:34 +00:00
parent 4b4af40650
commit eafea9abbd

View File

@ -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"