diff --git a/helperbot b/helperbot index fcd65cd..f8a0393 100755 --- a/helperbot +++ b/helperbot @@ -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}" }