mirror of
https://github.com/preparebuddyy/n8n-self-hosted.git
synced 2026-03-03 03:07:02 +00:00
Add caddy-reload script
This commit is contained in:
6
caddy-reload.sh
Executable file
6
caddy-reload.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
date
|
||||
|
||||
# Gracefully reload the Caddy configuration without downtime.
|
||||
docker compose exec caddy caddy reload --config /etc/caddy/Caddyfile
|
||||
Reference in New Issue
Block a user