diff options
-rw-r--r-- | pkg/docker/welcome.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/docker/welcome.html b/pkg/docker/welcome.html index 9c4f8281..89de39e1 100644 --- a/pkg/docker/welcome.html +++ b/pkg/docker/welcome.html @@ -35,7 +35,7 @@ on the <a href="https://en.wikipedia.org/wiki/Unix_domain_socket">Unix socket</a> at <b>/var/run/control.unit.sock</b> inside the container.<br> To see the current configuration run:</p> - <pre>docker exec -ti <containerID> curl --unix-socket /var/run/control.unit.sock http://localhost/config</pre> + <pre>docker exec -ti <containerID> curl --unix-socket /var/run/control.unit.sock http://localhost/config</pre> </div> <hr> |