1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-30 09:39:52 +02:00

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