mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-03 03:13:12 +02:00
working docker-compose with google chrome
This commit is contained in:
@@ -6,15 +6,11 @@ services:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
- FETCH_SCREENSHOT=False
|
||||
- FETCH_PDF=False
|
||||
- FETCH_DOM=False
|
||||
- FETCH_MEDIA=False
|
||||
- USE_COLOR=False
|
||||
- SHOW_PROGRESS=False
|
||||
volumes:
|
||||
- ./data:/data
|
||||
command: bash -c 'echo "https://example.com" | /usr/bin/archive; tail -f /dev/null'
|
||||
command: bash -c 'echo "https://example.com" | /bin/archive; tail -f /dev/null'
|
||||
|
||||
nginx:
|
||||
image: 'nginx'
|
||||
|
Reference in New Issue
Block a user