1
0
Fork 0
mirror of synced 2024-06-22 16:10:54 +12:00

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

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