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