Add reload command for caddy

This commit is contained in:
Arnie 2018-05-04 08:05:42 +02:00
parent 2639c0d1bd
commit 0885939ae1

View File

@ -40,6 +40,10 @@ init() {
} }
reload() {
docker exec ${SERVICE_NAME} pkill -USR1 caddy
}
"$@" "$@"
exit $? exit $?