1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-09 05:40:50 +02:00

move SYSTEM_USER call to get_system_user func

This commit is contained in:
Nick Sweeting
2024-01-02 17:09:31 -08:00
parent a0c16ecae0
commit 73993d26c0
2 changed files with 29 additions and 26 deletions

View File

@@ -12,7 +12,8 @@ version: '3.9'
services:
archivebox:
image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
#image: ${DOCKER_IMAGE:-archivebox/archivebox:dev}
image: archivebox:dev
command: server --quick-init 0.0.0.0:8000
ports:
- 8000:8000