stanley-king 1 year ago
parent
commit
585093151b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker/compose/xyz/worker/docker-compose.yml

+ 2 - 2
docker/compose/xyz/worker/docker-compose.yml

@@ -17,7 +17,7 @@ services:
           cpus: '8'
 
   queuesrv:
-    image: php-zts:7.3.18
+    image: php-zts-debug:7.3.18
     volumes:
       - ../../../../:/var/www/html
       - ../conf/etc/localtime:/etc/localtime:ro
@@ -28,7 +28,7 @@ services:
     command: [php,"/var/www/html/queue/index.php", "queue", "index"]
 
   searcher:
-    image: php-zts:7.3.18
+    image: php-zts-debug:7.3.18
     volumes:
       - ../../../../:/var/www/html
       - ../conf/etc/localtime:/etc/localtime:ro