Gave Traefik container a fixed version
This commit is contained in:
parent
210b2bf604
commit
a18e198f21
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue