How to restart Traefik with Kamal?

less than 1 minute read

Restarting Traefik

You can restart Traefik using the following command:

kamal traefik restart

You can also use the separate commands to stop and start Traefik:

kamal traefik stop
kamal traefik start

Rebooting Traefik

It is worth noting that sometimes you may need to reboot Traefik to apply the changes. You can do this by running the following command:

kamal traefik reboot