File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ interface BuilderInterface
53
53
public const VOLUME_MAGENTO_MEDIA = 'magento-media ' ;
54
54
public const VOLUME_MAGENTO_DB = 'magento-db ' ;
55
55
public const VOLUME_MAGENTO_DEV = 'magento-dev ' ;
56
- public const VOLUME_DOCKER_TMP = 'docker-tmp ' ;
57
56
public const VOLUME_DOCKER_MNT = 'docker-mnt ' ;
58
57
59
58
/**
Original file line number Diff line number Diff line change @@ -174,13 +174,6 @@ public function build(Repository $config): Manager
174
174
}
175
175
176
176
if ($ this ->getMountVolumes ($ config )) {
177
- $ volumes [self ::VOLUME_DOCKER_TMP ] = [
178
- 'driver_opts ' => [
179
- 'type ' => 'none ' ,
180
- 'device ' => $ rootPath . '/.docker/tmp ' ,
181
- 'o ' => 'bind '
182
- ]
183
- ];
184
177
$ volumes [self ::VOLUME_DOCKER_MNT ] = [
185
178
'driver_opts ' => [
186
179
'type ' => 'none ' ,
@@ -532,7 +525,6 @@ private function getMountVolumes(Repository $config): array
532
525
533
526
return [
534
527
self ::VOLUME_DOCKER_MNT . ':/mnt ' ,
535
- self ::VOLUME_DOCKER_TMP . ':/tmp '
536
528
];
537
529
}
538
530
}
You can’t perform that action at this time.
0 commit comments