diff --git a/hooks/post-receive b/hooks/post-receive index 1a66c93..9a7cefd 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -20,7 +20,7 @@ do } echo "restarting server"; { - podman compose up --detach + podman-compose up --detach } echo "updating post-receive hook for future runs"; {