mirror of https://github.com/portainer/portainer
Do not expose public port
parent
55542e66ad
commit
fbf95ca3d7
|
@ -11,5 +11,5 @@ RUN apt-get upgrade
|
||||||
ADD . /app/
|
ADD . /app/
|
||||||
ADD dockerui dockerui
|
ADD dockerui dockerui
|
||||||
|
|
||||||
EXPOSE 9000:9000
|
EXPOSE 9000
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<div class="footer center well">
|
<div class="footer center well">
|
||||||
<p><small>Docker API Version: <strong>{{ apiVersion }}</strong> UI Version: <strong>{{ uiVersion }}</strong> <a style="float:right" href="http://crosbymichael.com">crosbymichael</a></small></p>
|
<p><small>Docker API Version: <strong>{{ apiVersion }}</strong> UI Version: <strong>{{ uiVersion }}</strong> <a style="float:right" href="https://github.com/crosbymichael/dockerui">dockerui</a></small></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue