From cb49d7dadabdf73c481c79a0ecc5ff010c34bb0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wn=C4=99trzak?= Date: Fri, 22 Mar 2024 13:50:54 +0100 Subject: [PATCH] Add tip how to apply changes to traefik by "traefik reboot" Running "traefik restart" is not enough to apply changes --- lib/kamal/cli/templates/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/cli/templates/deploy.yml b/lib/kamal/cli/templates/deploy.yml index af018554..2602c66d 100644 --- a/lib/kamal/cli/templates/deploy.yml +++ b/lib/kamal/cli/templates/deploy.yml @@ -63,7 +63,7 @@ registry: # directories: # - data:/data -# Configure custom arguments for Traefik +# Configure custom arguments for Traefik. Be sure to reboot traefik when you modify it. # traefik: # args: # accesslog: true