Merge remote-tracking branch 'origin/master' into devcontainer/phpunit

This commit is contained in:
rugk
2026-02-24 12:13:31 +00:00
4 changed files with 7 additions and 3 deletions

View File

@@ -42,6 +42,6 @@
8080
],
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
// alternatiuve: apache2ctl start (but requires root)
// alternative: apache2ctl start (but requires root)
"postAttachCommand": "php -S 0.0.0.0:8080"
}