Browse Source

fix urbit mount path

reid 2 years ago
parent
commit
ba6759504c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/urbit.go

+ 1 - 1
docker/urbit.go

@@ -138,7 +138,7 @@ func urbitContainerConf(containerName string) (container.Config, container.HostC
 		{
 			Type:   mount.TypeBind,
 			Source: shipName,
-			Target: "/data",
+			Target: "/urbit",
 		},
 	}
 	hostConfig = container.HostConfig{