Skip to content

Commit

Permalink
updated docker app
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Jun 12, 2022
1 parent 37795c0 commit 72fb674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func NewServer(opts ...ServerOption) (app ServerApp) {

// docker
if utils.IsDocker() {
svr.dck = GetDocker()
svr.dck = GetDocker(WithDockerParent(svr))
}
}

Expand Down

0 comments on commit 72fb674

Please sign in to comment.