mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-12 22:25:44 -04:00
add comment explaining commented out lines in docker-compose file
This commit is contained in:
parent
00ae1f15a7
commit
3e96871386
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue