1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

Merge pull request #961 from kusold/patch-1

This commit is contained in:
Nick Sweeting 2022-04-06 13:39:26 -07:00 committed by GitHub
commit f1095f547c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ services:
# pywb:
# image: webrecorder/pywb:latest
# entrypoint: /bin/sh 'wb-manager add default /archivebox/archive/*/warc/*.warc.gz; wayback --proxy;'
# entrypoint: /bin/sh -c '(wb-manager init default || test $$? -eq 2) && wb-manager add default /archivebox/archive/*/warc/*.warc.gz; wayback;'
# environment:
# - INIT_COLLECTION=archivebox
# ports: