We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2247202 commit 27c9ef9Copy full SHA for 27c9ef9
www/doc/2.2/docker.html
@@ -64,6 +64,12 @@ <h2>Running the web interface</h2>
64
default; this command uses the <code>-p 8000:80</code> option to
65
expose that container port as the host's port 8000.)</p>
66
67
+ <p>If you want to pass custom flags to the Herbie web server, make
68
+ sure to also pass the <code>--public</code>
69
+ and <code>--port=80</code> flags to enable the Dockerized Herbie to
70
+ talk to your computer. Make sure to access the server using HTTP,
71
+ not HTTPS.</p>
72
+
73
<p>If you are using the <code>--log</code>
74
or <code>--save-session</code> flags for the web shell, you will
75
also need to mount the relevant directories into the Docker
0 commit comments