Skip to content

Commit

Permalink
Change purple to cyan
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jul 6, 2024
1 parent 6de2ab4 commit ca2049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function ee {
}

echo 'Starting local Caddy web server.'
echo -e '\e[1;35mURL: https://localhost:8443\e[0m'
echo -e '\e[1;36mURL: https://localhost:8443\e[0m'
echo -e '\e[1;93mPress [Ctrl] + C to exit...\e[0m'

ee "docker run -v \"\$(git rev-parse --show-toplevel):/http\" -w '/http' -p '8443:8443' caddy caddy run --config caddyfile"

0 comments on commit ca2049b

Please sign in to comment.