mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Increas start-period as first run might take a long time
This commit is contained in:
2
debian/Dockerfile
vendored
2
debian/Dockerfile
vendored
@@ -92,7 +92,7 @@ COPY --chmod=0755 scripts/init.sh /usr/local/bin/init.sh
|
|||||||
|
|
||||||
USER ${user}
|
USER ${user}
|
||||||
|
|
||||||
HEALTHCHECK --start-period=10s CMD curl -f http://localhost/health
|
HEALTHCHECK --start-period=100s CMD curl -f http://localhost/health
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/local/bin/init.sh"]
|
ENTRYPOINT ["/usr/local/bin/init.sh"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user