wemake-services / caddy-gen

Automated Caddy reverse proxy for docker containers
https://hub.docker.com/r/wemakeservices/caddy-gen
MIT License
250 stars 24 forks source link

Procfile reload issue #40

Closed titpetric closed 3 years ago

titpetric commented 4 years ago

Caddy 2.0 drops support for USR1 reloads:

Signals are mostly the same, except USR1 and USR2 are no longer supported. Use the caddy reload command or the API instead to load new configuration.

sobolevn commented 4 years ago

@titpetric PR with the fix is appreciated!