Gave Traefik container a fixed version

This commit is contained in:
Croft 2022-06-01 09:22:12 +02:00
parent 210b2bf604
commit a18e198f21
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ volumes:
services:
traefik:
container_name: bridgehead-traefik
image: traefik:latest
image: traefik:2.4
command:
- --entrypoints.web.address=:80
- --entrypoints.websecure.address=:443