1
0
Fork 0
mirror of synced 2024-05-17 02:43:16 +12:00

Update docker-compose.yml

This commit is contained in:
Nick Sweeting 2024-04-24 14:17:53 -07:00 committed by GitHub
parent 24175f5b4a
commit e28f33fcd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,7 @@ version: '3.9'
services:
archivebox:
#image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
image: archivebox/archivebox:dev
image: archivebox/archivebox:latest
command: server --quick-init 0.0.0.0:8000
ports:
- 8000:8000
@ -94,7 +93,7 @@ services:
# $ docker compose restart archivebox_scheduler
# archivebox_scheduler:
# image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
# image: archivebox/archivebox:latest
# command: schedule --foreground
# environment:
# - MEDIA_MAX_SIZE=750m # increase this number to allow archiving larger audio/video files