mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-06 09:31:19 -04:00
Merge pull request #739 from FiddlyRumpus/patch-1
point to master image, not latest
This commit is contained in:
commit
efebd8e02b
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:master}
|
||||||
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