mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update DockerContainerResource.php
This commit is contained in:
parent
619a3877b7
commit
0f89caca63
1 changed files with 0 additions and 3 deletions
|
@ -73,9 +73,6 @@ class DockerContainerResource extends Resource
|
|||
$defaultPort = $port;
|
||||
}
|
||||
}
|
||||
if ($defaultPort == 80) {
|
||||
$defaultPort = 83;
|
||||
}
|
||||
|
||||
$dockerTemplateContent = '';
|
||||
$dockerTemplateId = request()->get('docker_template_id', null);
|
||||
|
|
Loading…
Reference in a new issue