Pin the landing page to a version known to work

This commit is contained in:
DavidCroftDKFZ 2024-08-29 15:05:39 +02:00
parent ca93451357
commit 2c79799815
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ services:
landing: landing:
container_name: bridgehead-landingpage container_name: bridgehead-landingpage
image: docker.verbis.dkfz.de/cache/samply/bridgehead-landingpage:main image: docker.verbis.dkfz.de/cache/samply/bridgehead-landingpage:master
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.landing.rule=PathPrefix(`/`)" - "traefik.http.routers.landing.rule=PathPrefix(`/`)"