Update docker-compose.yml

This commit is contained in:
Nick Sweeting 2021-04-24 07:27:52 -04:00 committed by GitHub
parent 5940dd65fb
commit 4386552810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ version: '2.4'
services:
archivebox:
# build: . # for developers working on archivebox
image: ${DOCKER_IMAGE:-archivebox/archivebox:latest}
image: ${DOCKER_IMAGE:-archivebox/archivebox:0.6.2}
command: server --quick-init 0.0.0.0:8000
ports:
- 8000:8000