mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
display PortMapping as opposed to PortSpec.
This commit is contained in:
parent
5cfb08b536
commit
737af8a8d8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Ports:</td>
|
||||
<td>{{ container.Config.PortSpecs }}</td>
|
||||
<td>{{ container.NetworkSettings.PortMapping }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Hostname:</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue