mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-25 09:00:27 +00:00
Update DockerContainerApi.php
This commit is contained in:
parent
a8bf0ff939
commit
9dee42d84b
1 changed files with 2 additions and 2 deletions
|
@ -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 . ' ';
|
||||
// }
|
||||
// }
|
||||
|
||||
|
|
Loading…
Reference in a new issue