1
0
Fork 0
mirror of synced 2024-06-02 02:25:20 +12:00

Update docker-compose.yml

This commit is contained in:
Nick Sweeting 2019-01-29 16:55:50 -08:00 committed by GitHub
parent 81240cf58d
commit 95ba5a90ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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