Docker: fix HTML escaping.

This commit is contained in:
Liam Crilly
2023-10-04 17:52:06 +01:00
parent 37b0f34fb5
commit 1617f2c045

View File

@@ -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 &lt;containerID&gt; curl --unix-socket /var/run/control.unit.sock http://localhost/config</pre>
</div>
<hr>