Jump to content

Authentik upgrade


brent

Recommended Posts

To upgrade Authentik you need to download the new compose file.

Login to docker server and navigate to /var/dockers/authentik

run

sudo wget -O docker-compose.yml https://goauthentik.io/version/2024.4/docker-compose.yml

Next we need to change the ports in the docker-compose.yml.

by default http port is 9000 which is the same port that portainer uses. Change to 9100.

sudo nano docker-compose.yml

image.png

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...