1
0
Fork 0
mirror of synced 2024-06-28 11:00:35 +12:00

Changed command to reference proper target

This commit is contained in:
Raman Gupta 2019-03-02 13:35:23 -05:00 committed by GitHub
parent 3c934c2708
commit 4917147447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ services:
- SHOW_PROGRESS=False
volumes:
- ./data:/data
command: bash -c 'echo "https://github.com/pirate/ArchiveBox" | /bin/archive; tail -f /dev/null'
command: bash -c 'echo "https://github.com/pirate/ArchiveBox" | /bin/archivebox; tail -f /dev/null'
nginx:
image: 'nginx'