Cleanup server stuff since that was getting unweildy

This commit is contained in:
Dane Everitt
2019-04-20 16:26:55 -07:00
parent 870adffc14
commit 49ca2e2404
6 changed files with 27 additions and 48 deletions

View File

@@ -288,7 +288,7 @@ func (d *DockerEnvironment) Create() error {
Mounts: []mount.Mount{
{
Target: "/home/container",
Source: d.Server.Filesystem().Path(),
Source: d.Server.Filesystem.Path(),
Type: mount.TypeBind,
ReadOnly: false,
},