Skip to content

Commit 55190d8

Browse files
author
tchapi
committed
Bump healthcheck timeout to 60s
1 parent c29dc78 commit 55190d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile-standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RUN docker-php-source delete && \
113113

114114
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisord.conf"]
115115

116-
HEALTHCHECK --interval=120s --timeout=10s --start-period=30s --retries=3 \
116+
HEALTHCHECK --interval=120s --timeout=10s --start-period=60s --retries=3 \
117117
CMD curl --fail http://localhost:9000 || exit 1
118118

119119
# It's the Caddy port, not the PHP-fpm one (as we use sockets)

0 commit comments

Comments
 (0)