Specify Authelia version number

This commit is contained in:
Nathaniel Landau
2022-06-17 09:19:55 -04:00
parent c36a72ab8d
commit 746a49c701
2 changed files with 7 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ job "reverse-proxy" {
driver = "docker"
config {
image = "authelia/authelia"
image = "authelia/authelia:{{ authelia_version }}"
hostname = "authelia"
ports = ["authelia-port"]
volumes = [ "${meta.nfsStorageRoot}/pi-cluster/authelia:/config" ]