mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
Update docker-compose.yml
This commit is contained in:
parent
24175f5b4a
commit
e28f33fcd0
1 changed files with 2 additions and 3 deletions
|
@ -12,8 +12,7 @@ version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
archivebox:
|
archivebox:
|
||||||
#image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
|
image: archivebox/archivebox:latest
|
||||||
image: archivebox/archivebox:dev
|
|
||||||
command: server --quick-init 0.0.0.0:8000
|
command: server --quick-init 0.0.0.0:8000
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
|
@ -94,7 +93,7 @@ services:
|
||||||
# $ docker compose restart archivebox_scheduler
|
# $ docker compose restart archivebox_scheduler
|
||||||
|
|
||||||
# archivebox_scheduler:
|
# archivebox_scheduler:
|
||||||
# image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
|
# image: archivebox/archivebox:latest
|
||||||
# command: schedule --foreground
|
# command: schedule --foreground
|
||||||
# environment:
|
# environment:
|
||||||
# - MEDIA_MAX_SIZE=750m # increase this number to allow archiving larger audio/video files
|
# - MEDIA_MAX_SIZE=750m # increase this number to allow archiving larger audio/video files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue