This commit is contained in:
Schamil Wackenhut 2021-01-22 18:24:34 +01:00
parent 68eda46e44
commit c9bad945dc
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ in
}; };
oci-containers.containers."web" = { oci-containers.containers."web" = {
image = "registry.gitlab.com/infektweb/glv5/web"; image = "registry.gitlab.com/infektweb/glv5/web:${releaseVersion "web"}";
ports = [ ports = [
"80:8080" "80:8080"
]; ];