diff --git a/config/config.go b/config/config.go index 6e2c7b0..d7434a4 100644 --- a/config/config.go +++ b/config/config.go @@ -96,7 +96,7 @@ type VolumeDef struct { } } -type Mount struct { +type MountDef struct { Dev string Path string Options string