mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
docs: remove --watch flag from compose file for deploying caddy
This commit is contained in:
@@ -74,7 +74,7 @@ config that uses the DNS challenge with Cloudflare to obtain a wildcard TLS cert
|
|||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
image: caddybuilds/caddy-cloudflare:2.10.2
|
image: caddybuilds/caddy-cloudflare:2.10.2
|
||||||
command: caddy run -c /config/Caddyfile --watch
|
command: caddy run -c /config/Caddyfile
|
||||||
environment:
|
environment:
|
||||||
CADDY_ADMIN: unix//run/caddy/admin.sock
|
CADDY_ADMIN: unix//run/caddy/admin.sock
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user