We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de2ab4 commit ca2049bCopy full SHA for ca2049b
scripts/serve.sh
@@ -6,7 +6,7 @@ function ee {
6
}
7
8
echo 'Starting local Caddy web server.'
9
-echo -e '\e[1;35mURL: https://localhost:8443\e[0m'
+echo -e '\e[1;36mURL: https://localhost:8443\e[0m'
10
echo -e '\e[1;93mPress [Ctrl] + C to exit...\e[0m'
11
12
ee "docker run -v \"\$(git rev-parse --show-toplevel):/http\" -w '/http' -p '8443:8443' caddy caddy run --config caddyfile"
0 commit comments