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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user