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: # pywb:
# image: webrecorder/pywb:latest # 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: # environment:
# - INIT_COLLECTION=archivebox # - INIT_COLLECTION=archivebox
# ports: # ports: