traefik-forward-auth
traefik-forward-auth copied to clipboard
Container Tags
I was setting this up on a new host that I needed to change the port. I noticed that there is now an option to specify the listen port in the latest version.
I looked on Docker Hub and I saw that there was not a v3, so I stuck with the v2 tag. Unfortunately that did not work.
Come to find out, only the latest tag has the latest version.
Common practice is that when you push, for example, tag 2.3.4, you would also tag that release to tags 2, 2.3, & latest. Then if you pushed 2.4.0, you would also tag that release to 2, 2.4, & latest.