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:
@@ -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
|
||||
|
Reference in New Issue
Block a user