mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 14:05:21 -04:00
Fixed docker test
This commit is contained in:
parent
533ae7413c
commit
bf09c6b40a
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue