Skip to content

Commit

Permalink
Merge pull request docker#410 from kszarek/master
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
joshwget authored Oct 31, 2016
2 parents 12a17e3 + 92c73e7 commit 15bf99a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import (
"golang.org/x/net/context"

"github.com/docker/libcompose/docker"
"github.com/docker/libcompose/docker/ctx"
"github.com/docker/libcompose/project"
"github.com/docker/libcompose/project/options"
)

func main() {
project, err := docker.NewProject(&docker.Context{
project, err := docker.NewProject(&ctx.Context{
Context: project.Context{
ComposeFiles: []string{"docker-compose.yml"},
ProjectName: "yeah-compose",
Expand Down

0 comments on commit 15bf99a

Please sign in to comment.