From eafea9abbd61e9ce1d06f6e9316e10d237aca24f Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 15 Jan 2025 19:20:34 +0000 Subject: [PATCH] Fix port number --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9b7447e7..6e5d74c5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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"