Skip to content

Commit 6ecc2ce

Browse files
committed
review changes
1 parent 51ca9af commit 6ecc2ce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ VOLUME /srv/bolt/var
119119
COPY docker/php/docker-healthcheck.sh /usr/local/bin/docker-healthcheck
120120
RUN 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

124124
COPY docker/php/docker-entrypoint.sh /usr/local/bin/docker-entrypoint
125125
RUN chmod +x /usr/local/bin/docker-entrypoint

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"public-dir": "public",
4444
"symfony": {
4545
"allow-contrib": true,
46-
"require": "^5.1"
46+
"require": "^5.4"
4747
}
4848
},
4949
"autoload": {

config/services_bolt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
services:
44
_defaults:

0 commit comments

Comments
 (0)