basecamp / kamal

Deploy web apps anywhere.
https://kamal-deploy.org
MIT License
9.39k stars 359 forks source link

`-d` flag can't contain a dot #787

Closed dn closed 1 month ago

dn commented 2 months ago

-d can't contain currently a dot because the exact string is used to create the labels for traefik. I took me a long while to figure out - I used as -d subdomain.foo and the containers never showed up on traefik - even if healthy.

Is it worth it to open a PR to change the documentation or alternative replace the . with a - when it's used as label?

dhh commented 1 month ago

I'd add a note to the documentation yes.