|
@@ -910,6 +910,7 @@ func TestFullExample(t *testing.T) {
|
|
{Source: workingDir + "/static", Target: "/var/www/html", Type: "bind"},
|
|
{Source: workingDir + "/static", Target: "/var/www/html", Type: "bind"},
|
|
{Source: homeDir + "/configs", Target: "/etc/configs/", Type: "bind", ReadOnly: true},
|
|
{Source: homeDir + "/configs", Target: "/etc/configs/", Type: "bind", ReadOnly: true},
|
|
{Source: "datavolume", Target: "/var/lib/mysql", Type: "volume"},
|
|
{Source: "datavolume", Target: "/var/lib/mysql", Type: "volume"},
|
|
|
|
+ {Source: workingDir + "/opt", Target: "/opt", Consistency: "cached", Type: "bind"},
|
|
},
|
|
},
|
|
WorkingDir: "/code",
|
|
WorkingDir: "/code",
|
|
}
|
|
}
|