fix docker image in compose file
This commit is contained in:
parent
a0f01a543d
commit
83eede54da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue