fix: add expose port for containers
This commit is contained in:
parent
0c35726a8d
commit
5b877b84c2
@ -529,7 +529,7 @@ private function generate_compose_file()
|
||||
'restart' => RESTART_MODE,
|
||||
'environment' => $environment_variables,
|
||||
'labels' => generateLabelsApplication($this->application, $this->preview),
|
||||
// 'expose' => $ports,
|
||||
'expose' => $ports,
|
||||
'networks' => [
|
||||
$this->destination->network,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user