File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ VOLUME /srv/bolt/var
119119COPY docker/php/docker-healthcheck.sh /usr/local/bin/docker-healthcheck
120120RUN chmod +x /usr/local/bin/docker-healthcheck
121121
122- HEALTHCHECK --interval=10s --timeout=3s --retries=3 CMD ["docker-healthcheck" ]
122+ HEALTHCHECK --interval=10s --timeout=3s --retries=3 --start-period=30 CMD ["docker-healthcheck" ]
123123
124124COPY docker/php/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
125125RUN chmod +x /usr/local/bin/docker-entrypoint
Original file line number Diff line number Diff line change 4343 "public-dir" : " public" ,
4444 "symfony" : {
4545 "allow-contrib" : true ,
46- "require" : " ^5.1 "
46+ "require" : " ^5.4 "
4747 }
4848 },
4949 "autoload" : {
Original file line number Diff line number Diff line change 1- # This file is auto-generated by Bolt. Do not modify .
1+ # This file is auto-generated by Bolt. Please change no more than binds .
22
33services :
44 _defaults :
You can’t perform that action at this time.
0 commit comments