FIX: The docker entrypoint doesn't have --quick-init

This commit is contained in:
Pellaeon Lin
2026-01-31 08:25:22 +00:00
parent 1ca54525f2
commit 9aa4f0de58

View File

@@ -398,4 +398,4 @@ HEALTHCHECK --interval=30s --timeout=20s --retries=15 \
CMD curl --silent 'http://admin.archivebox.localhost:8000/health/' | grep -q 'OK'
ENTRYPOINT ["dumb-init", "--", "/app/bin/docker_entrypoint.sh"]
CMD ["archivebox", "server", "--quick-init", "0.0.0.0:8000"]
CMD ["archivebox", "server", "--init", "0.0.0.0:8000"]