1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-11 17:14:38 +02:00

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

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