|
@@ -1,5 +1,5 @@
|
|
# Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
|
|
# Mark Shust's Docker Configuration for Magento (https://github.com/markshust/docker-magento)
|
|
-# Version 28.0.0
|
|
|
|
|
|
+# Version 29.0.0
|
|
|
|
|
|
version: "3"
|
|
version: "3"
|
|
|
|
|
|
@@ -19,7 +19,7 @@ services:
|
|
- ssldata:/etc/nginx/certs
|
|
- ssldata:/etc/nginx/certs
|
|
|
|
|
|
phpfpm:
|
|
phpfpm:
|
|
- image: markoshust/magento-php:7.3-fpm-3
|
|
|
|
|
|
+ image: markoshust/magento-php:7.3-fpm-4
|
|
links:
|
|
links:
|
|
- db
|
|
- db
|
|
volumes: *appvolumes
|
|
volumes: *appvolumes
|
|
@@ -51,7 +51,7 @@ services:
|
|
|
|
|
|
# Disabling cron by default as it uses higher CPU, enable if needed
|
|
# Disabling cron by default as it uses higher CPU, enable if needed
|
|
#cron:
|
|
#cron:
|
|
- # image: markoshust/magento-php:7.3-fpm-3
|
|
|
|
|
|
+ # image: markoshust/magento-php:7.3-fpm-4
|
|
# user: root
|
|
# user: root
|
|
# command: /usr/local/bin/cronstart
|
|
# command: /usr/local/bin/cronstart
|
|
# tty: true
|
|
# tty: true
|