1
0
Fork 0

fix docker image in compose file

This commit is contained in:
Nick Sweeting 2024-01-04 14:59:08 -08:00
parent a0f01a543d
commit 83eede54da
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ version: '3.9'
services:
archivebox:
#image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
image: archivebox:dev
image: archivebox/archivebox:dev
command: server --quick-init 0.0.0.0:8000
ports:
- 8000:8000