1
0
Fork 0

add comment explaining commented out lines in docker-compose file

This commit is contained in:
Nick Sweeting 2021-02-15 14:53:03 -05:00
parent 00ae1f15a7
commit 3e96871386
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ version: '3.7'
services:
archivebox:
# build: .
# build: . # for developers working on archivebox
image: ${DOCKER_IMAGE:-archivebox/archivebox:latest}
command: server --quick-init 0.0.0.0:8000
stdin_open: true