feat: improved startup scripts

This commit is contained in:
2026-07-24 11:07:07 +02:00
parent e189c6d9bf
commit c2c47eb9de
7 changed files with 11 additions and 1 deletions
+4
View File
@@ -3,6 +3,10 @@
containername=$([[ $1 ]] && echo $1 || echo "webserver")
containermount=$([[ $2 ]] && echo $2 || echo "$HOME/projects/")
echo "
=> Starting container
"
docker run --rm \
-v $containermount:/var/www/html \
--name $containername \