stanley-king 3 years atrás
parent
commit
128bd4def9
1 changed files with 8 additions and 8 deletions
  1. 8 8
      docker/compose/xyz/admin/docker-compose.yml

+ 8 - 8
docker/compose/xyz/admin/docker-compose.yml

@@ -14,10 +14,10 @@ services:
       - /mnt/shoplog:/var/www/html/data/log
     container_name: "panda-merchant"
     command: [docker-spwan-start]
-    deploy:
-      resources:
-        limits:
-          cpus: '8'
+#    deploy:
+#      resources:
+#        limits:
+#          cpus: '8'
 
   websrv:
     image: php-fpm:alpine
@@ -32,7 +32,7 @@ services:
       - /mnt/shoplog:/var/www/html/data/log
     container_name: "panda-web"
     command: [php-fpm]
-    deploy:
-      resources:
-        limits:
-          cpus: '8'
+#    deploy:
+#      resources:
+#        limits:
+#          cpus: '8'