Update DockerContainerApi.php

This commit is contained in:
Bozhidar 2024-04-27 02:15:48 +03:00
parent a8bf0ff939
commit 9dee42d84b

View file

@ -68,13 +68,13 @@ class DockerContainerApi
// if (!empty($this->environmentVariables)) {
// foreach ($this->environmentVariables as $key => $value) {
// $commands[] = '-e ' . $key . '=' . $value;
// $shellFileContent .= ' -e ' . $key . '=' . $value . ' ';
// }
// }
//
// if (!empty($this->volumeMapping)) {
// foreach ($this->volumeMapping as $key => $value) {
// $commands[] = '-v ' . $key . ':' . $value;
// $shellFileContent .= ' -v ' . $key . ':' . $value . ' ';
// }
// }