use watch arg in caddy
Some checks failed
Deploy Containers / Prepare (push) Failing after 23s

This commit is contained in:
2025-07-30 00:38:07 -04:00
parent e87bdef60d
commit 96bb3cc797

View File

@@ -33,6 +33,7 @@
name: caddy name: caddy
image: caddy:latest image: caddy:latest
recreate: true recreate: true
command: run --watch
restart_policy: unless-stopped restart_policy: unless-stopped
networks: networks:
- name: homelab - name: homelab