Skip to content

Commit 81b6a57

Browse files
authored
Update usage.rst Docker examples (#816)
1 parent 5c427b9 commit 81b6a57

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
@@ -95,8 +95,8 @@ add the WARC to a new collection and start pywb:
9595
9696
docker pull webrecorder/pywb
9797
docker run -e INIT_COLLECTION=my-web-archive -v /pywb-data:/webarchive \
98-
-v /path/to:/source webrecorder/pywb wb-manager add default /path/to/my_warc.warc.gz
99-
docker run -p 8080:8080 -v /pywb-data/:/webarchive wayback
98+
-v /path/to:/source webrecorder/pywb wb-manager add my-web-archive /source/my_warc.warc.gz
99+
docker run -p 8080:8080 -v /pywb-data/:/webarchive webrecorder/pywb wayback
100100
101101
This example is equivalent to the non-Docker example above.
102102

0 commit comments

Comments
 (0)