We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3acdaa commit f6b0533Copy full SHA for f6b0533
main.go
@@ -25,6 +25,8 @@ func main() {
25
26
config.Log()
27
28
+ docker.InitClient()
29
+
30
addr := "0.0.0.0:" + config.ENV.PORT
31
32
srv := &http.Server{
0 commit comments