Update docker-compose.yml
This commit is contained in:
parent
81240cf58d
commit
95ba5a90ee
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue