Browse Source

node升级

ccf 3 years ago
parent
commit
109f843b30
1 changed files with 2 additions and 1 deletions
  1. 2 1
      dockerfile/template.yml

+ 2 - 1
dockerfile/template.yml

@@ -1,7 +1,7 @@
 version: "3.5"
 services:
   <containerName>:
-    image: registry.cn-beijing.aliyuncs.com/lscgzwd/ubuntu18.04-php7:latest
+    image: registry.cn-hangzhou.aliyuncs.com/ccf0504/web:proginn_v1
     container_name: <containerName>
     restart: always
     volumes:
@@ -51,3 +51,4 @@ networks:
   proginn:
     external: true
     name: proginn
+