1
0
Fork 0
mirror of synced 2024-06-02 18:44:59 +12:00

Merge pull request #739 from FiddlyRumpus/patch-1

point to master image, not latest
This commit is contained in:
Nick Sweeting 2021-05-07 05:29:19 -04:00 committed by GitHub
commit efebd8e02b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ version: '2.4'
services:
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
ports:
- 8000:8000