don't specify compose when reloading caddy
This commit is contained in:
parent
26cae0116d
commit
22077fe493
1 changed files with 1 additions and 1 deletions
|
|
@ -744,7 +744,7 @@ function caddy_reload {
|
|||
|
||||
# TODO: should we implement some sort of error checking here? in either case this will fail the entire script anyways if caddy isn't running and verbally reports that, so probably not required.
|
||||
echo "${blue}caddy:${normal} Reloading Caddy..."
|
||||
docker compose exec -w /etc/caddy $caddy_name caddy reload
|
||||
docker exec -w /etc/caddy $caddy_name caddy reload
|
||||
echo "${green}Reloaded.${normal}"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue