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 7b00d06 commit 7432299Copy full SHA for 7432299
docs/manual/usage.rst
@@ -218,13 +218,13 @@ The following will run pywb in Docker directly on port 80:
218
219
.. code:: console
220
221
- docker run -p 80:8080 -v /webarchive-data/:/webarchive
+ docker run -p 80:8080 -v /webarchive-data/:/webarchive webrecorder/pywb
222
223
To run pywb in Docker behind a local nginx (as shown below), port 8081 should also be mapped:
224
225
226
227
- docker run -p 8081:8081 -v /webarchive-data/:/webarchive
+ docker run -p 8081:8081 -v /webarchive-data/:/webarchive webrecorder/pywb
228
229
230
See :ref:`getting-started-docker` for more info on using pywb with Docker.
0 commit comments