mirror of
https://github.com/preparebuddyy/n8n-self-hosted.git
synced 2026-03-03 02:37:02 +00:00
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
date
|
|
|
|
# Gracefully reload the Caddy configuration without downtime.
|
|
docker compose exec caddy caddy reload --config /etc/caddy/Caddyfile |