mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 11:04:49 +00:00
Merge pull request #11 from mcarr67/master
Display PortMapping as opposed to PortSpec.
This commit is contained in:
@@ -24,7 +24,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ports:</td>
|
||||
<td>{{ container.Config.PortSpecs }}</td>
|
||||
<td>
|
||||
{{ container.NetworkSettings.PortMapping || container.Config.PortSpecs }}
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hostname:</td>
|
||||
|
||||
Reference in New Issue
Block a user