mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 15:31:22 +02:00
Fix entrypoint
docker-compose requires `$$` for env vars that are supposed to be executed inside the container.
This commit is contained in:
@@ -106,7 +106,7 @@ services:
|
|||||||
|
|
||||||
# pywb:
|
# pywb:
|
||||||
# image: webrecorder/pywb:latest
|
# image: webrecorder/pywb:latest
|
||||||
# entrypoint: /bin/sh '(wb-manager init default || test $? -eq 2) && wb-manager add default /archivebox/archive/*/warc/*.warc.gz; wayback;'
|
# 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:
|
||||||
|
Reference in New Issue
Block a user