Skip to content

Commit 7432299

Browse files
authored
Add missing org/image to docker run commands (#733)
1 parent 7b00d06 commit 7432299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@ The following will run pywb in Docker directly on port 80:
218218

219219
.. code:: console
220220
221-
docker run -p 80:8080 -v /webarchive-data/:/webarchive
221+
docker run -p 80:8080 -v /webarchive-data/:/webarchive webrecorder/pywb
222222
223223
To run pywb in Docker behind a local nginx (as shown below), port 8081 should also be mapped:
224224

225225
.. code:: console
226226
227-
docker run -p 8081:8081 -v /webarchive-data/:/webarchive
227+
docker run -p 8081:8081 -v /webarchive-data/:/webarchive webrecorder/pywb
228228
229229
230230
See :ref:`getting-started-docker` for more info on using pywb with Docker.

0 commit comments

Comments
 (0)