diff --git a/types.go b/types.go index 2b2ca44..50f75b9 100644 --- a/types.go +++ b/types.go @@ -23,6 +23,7 @@ type ContainerConfig struct { Image string Volumes map[string]struct{} VolumeDriver string + PublishService string WorkingDir string Entrypoint []string NetworkDisabled bool