mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update docker-compose.yml
This commit is contained in:
parent
5940dd65fb
commit
4386552810
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue