File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
N/A
10
10
11
+ ## [ 34.2.0] - 2020-10-15
12
+
13
+ ### Updated
14
+ - Updated Composer to version ` 1.10.15 ` to avoid nag update messages in new PHP Docker images ` 7.3-fpm-9 ` , ` 7.4-fpm-2 ` .
15
+
11
16
## [ 34.1.0] - 2020-10-15
12
17
13
18
### Added
Original file line number Diff line number Diff line change 1
1
# Mark Shust's Docker Configuration for Magento
2
2
# (https://github.com/markshust/docker-magento)
3
3
#
4
- # Version 34.1 .0
4
+ # Version 34.2 .0
5
5
6
6
version : " 3"
7
7
Original file line number Diff line number Diff line change 1
1
# Mark Shust's Docker Configuration for Magento
2
2
# (https://github.com/markshust/docker-magento)
3
3
#
4
- # Version 34.1 .0
4
+ # Version 34.2 .0
5
5
6
6
version : " 3"
7
7
@@ -21,7 +21,7 @@ services:
21
21
- ssldata:/etc/nginx/certs
22
22
23
23
phpfpm :
24
- image : markoshust/magento-php:7.4-fpm-1
24
+ image : markoshust/magento-php:7.4-fpm-2
25
25
links :
26
26
- db
27
27
volumes : *appvolumes
@@ -56,7 +56,7 @@ services:
56
56
57
57
# Disabling cron by default as it uses higher CPU, enable if needed
58
58
# cron:
59
- # image: markoshust/magento-php:7.4-fpm-1
59
+ # image: markoshust/magento-php:7.4-fpm-2
60
60
# user: root
61
61
# command: /usr/local/bin/cronstart
62
62
# tty: true
You can’t perform that action at this time.
0 commit comments