Parcourir la source

xiaoyu docker compose file update

xiaoyu il y a 3 ans
Parent
commit
a7beba1205
1 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 9 9
      docker/compose/xiaoyu/docker-compose.yml

+ 9 - 9
docker/compose/xiaoyu/docker-compose.yml

@@ -157,15 +157,15 @@ services:
 #    container_name: "panda-cronsec"
 #    command: [php,"/var/www/html/crontab/index.php",'minutes','second_queue']
 #
-#  accedit:
-#    image: php-zts-debug:7.3.18
-#    volumes:
-#      - /d/phpstudy_pro/WWW/xyzshop:/var/www/html
-#      - /d/phpstudy_pro/WWW/xyzshop/docker/conf/etc/localtime:/etc/localtime:ro
-#      - /d/phpstudy_pro/WWW/xyzshop/docker/conf/php/php-debug.ini:/usr/local/etc/php/php.ini
-#      - /d/phpstudy_pro/WWW/xyzshop/data/upload:/var/www/html/data/upload
-#    container_name: "panda-accedit"
-#    command: [php,"/var/www/html/crontab/index.php",'minutes','account_edit']
+  accedit:
+    image: php-zts-debug:7.3.18
+    volumes:
+      - /d/phpstudy_pro/WWW/xyzshop:/var/www/html
+      - /d/phpstudy_pro/WWW/xyzshop/docker/conf/etc/localtime:/etc/localtime:ro
+      - /d/phpstudy_pro/WWW/xyzshop/docker/conf/php/php-debug.ini:/usr/local/etc/php/php.ini
+      - /d/phpstudy_pro/WWW/xyzshop/data/upload:/var/www/html/data/upload
+    container_name: "panda-accedit"
+    command: [php,"/var/www/html/crontab/index.php",'minutes','account_edit']
 
   crontask:
     image: php-zts-debug:7.3.18