1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 13:52:30 +02: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: services:
archivebox: archivebox:
# build: . # build: . # for developers working on archivebox
image: ${DOCKER_IMAGE:-archivebox/archivebox:latest} image: ${DOCKER_IMAGE:-archivebox/archivebox:latest}
command: server --quick-init 0.0.0.0:8000 command: server --quick-init 0.0.0.0:8000
stdin_open: true stdin_open: true