فهرست منبع

Updated docker-compose.yml to use new php:7.2-fpm-1 tag

Mark Shust 6 سال پیش
والد
کامیت
94fbd306b8
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      compose/magento-2/docker-compose.yml

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

@@ -18,7 +18,7 @@ services:
       - sockdata:/sock
       - sockdata:/sock
 
 
   phpfpm:
   phpfpm:
-    image: markoshust/magento-php:7.2-fpm-0
+    image: markoshust/magento-php:7.2-fpm-1
     links:
     links:
       - db
       - db
     volumes: *appvolumes
     volumes: *appvolumes
@@ -42,7 +42,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.2-fpm-0
+  #  image: markoshust/magento-php:7.2-fpm-1
   #  user: root
   #  user: root
   #  command: /usr/local/bin/cronstart
   #  command: /usr/local/bin/cronstart
   #  tty: true
   #  tty: true