kphcdr 4 months ago
parent
commit
8a7d03f65e
1 changed files with 11 additions and 11 deletions
  1. 11 11
      docker-compose.yml

+ 11 - 11
docker-compose.yml

@@ -22,7 +22,7 @@ services:
 
   php:
     container_name: ${ABBREVIATION}-php
-    image: likeshop/php:8.1.11-fpm
+    image: registry.cn-qingdao.aliyuncs.com/kphcdr/kt
     restart: always
     working_dir: /www/server
     volumes:
@@ -56,13 +56,13 @@ services:
       - default
     ports:
       - "${NUMBER}6379:6379"
-  node:
-    container_name: ${ABBREVIATION}-node
-    image: node:16.16.0
-    restart: always
-    tty: true
-    volumes:
-      - ./www:/www
-    networks:
-      - default
-    working_dir: /www
+  #node:
+  #  container_name: ${ABBREVIATION}-node
+  #  image: node:16.16.0
+  #  restart: always
+  #  tty: true
+  #  volumes:
+  #    - ./www:/www
+  #  networks:
+  #    - default
+  #  working_dir: /www