Ver Fonte

Cron is not working. #125

Mark Shust há 6 anos atrás
pai
commit
f8734fdf8a

+ 0 - 6
compose/magento-2/docker-compose.dev.yml

@@ -25,10 +25,4 @@ services:
 
   # Disabling cron by default as it uses higher CPU, enable if needed
   #cron:
-  #  image: markoshust/magento-php:7.2-fpm-0
-  #  user: root
-  #  command: /usr/local/bin/cronstart
-  #  tty: true
-  #  links:
-  #    - db
   #  volumes: *appvolumes

+ 10 - 0
compose/magento-2/docker-compose.yml

@@ -40,6 +40,16 @@ services:
       - "9200:9200"
       - "9300:9300"
 
+  # Disabling cron by default as it uses higher CPU, enable if needed
+  #cron:
+  #  image: markoshust/magento-php:7.2-fpm-0
+  #  user: root
+  #  command: /usr/local/bin/cronstart
+  #  tty: true
+  #  links:
+  #    - db
+  #  volumes: *appvolumes
+
 volumes:
   appdata:
   dbdata: