1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-19 12:51:49 +02:00

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

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