Skip to content

Commit

Permalink
fix: line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
rmrt1n committed Oct 21, 2024
1 parent 1734c57 commit f849709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/docker/service/jaeger.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ func Jaeger(cfg *config.Config) Service {
HostConfig: container.HostConfig{
PortBindings: newPortMap(exposedPorts),
NetworkMode: container.NetworkMode(cfg.DockerEnv["CARDINAL_NAMESPACE"]),
Mounts: []mount.Mount{{Type: mount.TypeVolume, Source: cfg.DockerEnv["CARDINAL_NAMESPACE"], Target: "/badger"}},
Mounts: []mount.Mount{{Type: mount.TypeVolume,
Source: cfg.DockerEnv["CARDINAL_NAMESPACE"], Target: "/badger"}},
},
}
}

0 comments on commit f849709

Please sign in to comment.