mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
comment out healthcheck
This commit is contained in:
parent
84b927e3e5
commit
b40a1e19d1
1 changed files with 3 additions and 2 deletions
|
@ -119,8 +119,9 @@ RUN /app/bin/docker_entrypoint.sh archivebox version
|
||||||
VOLUME "$DATA_DIR"
|
VOLUME "$DATA_DIR"
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
HEALTHCHECK --interval=30s --timeout=20s --retries=15 \
|
# Optional:
|
||||||
CMD curl --silent 'http://localhost:8000/admin/login/' || exit 1
|
# HEALTHCHECK --interval=30s --timeout=20s --retries=15 \
|
||||||
|
# CMD curl --silent 'http://localhost:8000/admin/login/' || exit 1
|
||||||
|
|
||||||
ENTRYPOINT ["dumb-init", "--", "/app/bin/docker_entrypoint.sh"]
|
ENTRYPOINT ["dumb-init", "--", "/app/bin/docker_entrypoint.sh"]
|
||||||
CMD ["archivebox", "server", "--quick-init", "0.0.0.0:8000"]
|
CMD ["archivebox", "server", "--quick-init", "0.0.0.0:8000"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue