Skip to content

Commit

Permalink
fix(service): Fixing an old version of Traefik
Browse files Browse the repository at this point in the history
Refs: CU-8694m3m1u
  • Loading branch information
varrcan committed May 21, 2024
1 parent 27c8c4e commit f54a559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var ServicesNetworkName = "dl_default"
func Traefik() types.ServiceConfig {
return types.ServiceConfig{
Name: "traefik",
Image: "traefik",
Image: "traefik:v2.10.7",
ContainerName: "traefik",
Command: types.ShellCommand{
"--api.insecure=true",
Expand Down

0 comments on commit f54a559

Please sign in to comment.