pangolin
This commit is contained in:
@@ -2,6 +2,10 @@ services:
|
||||
archivebox:
|
||||
#image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
|
||||
image: archivebox/archivebox:dev
|
||||
environment:
|
||||
- PUBLIC_INDEX=False # set to False to prevent anonymous users from viewing snapshot list
|
||||
- PUBLIC_SNAPSHOTS=False # set to False to prevent anonymous users from viewing snapshot content
|
||||
- PUBLIC_ADD_VIEW=False
|
||||
command: server --quick-init 0.0.0.0:8000
|
||||
# ports:
|
||||
# - 7777:8000
|
||||
|
||||
Reference in New Issue
Block a user