postiz/var/docker/supervisord/caddy.conf

10 lines
190 B
Plaintext

[program:caddy]
directory=/app
command=caddy run --config /app/Caddyfile
autostart=true
autorestart=false
redirect_stderr=true
stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0
startsecs=3