Fixed docker test

This commit is contained in:
Angel Rey 2020-09-22 13:58:01 -05:00
parent 533ae7413c
commit bf09c6b40a
2 changed files with 8 additions and 7 deletions

View file

@ -12,7 +12,7 @@ version: '3.7'
services:
archivebox:
# build: .
image: nikisweeting/archivebox:latest
image: ${DOCKER_IMAGE:-nikisweeting/archivebox:latest}
command: server 0.0.0.0:8000
stdin_open: true
tty: true