Skip to content

Commit

Permalink
Merge pull request #130 from local-deploy/CU-8694m3m1u
Browse files Browse the repository at this point in the history
fix(service): Fixing an old version of Traefik
  • Loading branch information
varrcan committed May 21, 2024
2 parents 27c8c4e + f54a559 commit d6dc516
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 d6dc516

Please sign in to comment.