stanley-king 1 anno fa
parent
commit
d573ce6ac0
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      docker/compose/mh/mh-master-crond/docker-compose.yml

+ 3 - 3
docker/compose/mh/mh-master-crond/docker-compose.yml

@@ -2,7 +2,7 @@ version: "3.7"
 
 services:
   crontabsrv:
-    image: php-zts-debug:7.3.18
+    image: php-zts:7.3.18
     volumes:
       - ../../../../:/var/www/html
       - ../conf/etc/localtime:/etc/localtime:ro
@@ -18,7 +18,7 @@ services:
       - net_mhshop
 
   cronsec:
-    image: php-zts-debug:7.3.18
+    image: php-zts:7.3.18
     volumes:
       - ../../../../:/var/www/html
       - ../conf/etc/localtime:/etc/localtime:ro
@@ -33,7 +33,7 @@ services:
       - net_mhshop
 
   accedit:
-    image: php-zts-debug:7.3.18
+    image: php-zts:7.3.18
     volumes:
       - ../../../../:/var/www/html
       - ../conf/etc/localtime:/etc/localtime:ro