mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04: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:
|
services:
|
||||||
archivebox:
|
archivebox:
|
||||||
# build: . # for developers working on 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
|
command: server --quick-init 0.0.0.0:8000
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue