-
title |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I haven't tried yet using a TCP socket for admin. |
Beta Was this translation helpful? Give feedback.
-
Maybe a Unix socket is needed for caddy to reload its configuration? podman-caddy-socket-activation/README.md Lines 74 to 89 in c56d5d3 An interesting problem is that a container can't connect to socket-activated sockets, unless
is added to the container quadlet. For details, see example: connect to host's main network interface using pasta and --add-host=example.com:host-gateway I would guess that using Maybe it's possible to use multiple admin sockets? (I haven't tried) If one of the sockets is a Unix socket then maybe Caddy would be able to reload from that one. |
Beta Was this translation helpful? Give feedback.
my usecase is using config file. i use
podman exec caddy caddy reload
without exposing admin to host. it works.