dev container network connectivity

This commit is contained in:
ne20002 2024-07-16 17:12:26 +00:00
commit f1da30c578
No known key found for this signature in database
11 changed files with 116 additions and 45 deletions

View file

@ -14,9 +14,6 @@
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
// For use with PHP or Apache (e.g.php -S localhost:8080 or apache2ctl start)
"forwardPorts": [3306, 8080],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "bash -c '.devcontainer/postCreate.sh && .devcontainer/postCreateApacheSetup.sh && .devcontainer/postCreateFriendicaSetup.sh'",
"postStartCommand": "service apache2 start",