Browse Source

1、minor: 更换为阿里云镜像

tuon 1 year ago
parent
commit
924d0e71f3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docker-compose-dev.yaml
  2. 1 1
      docker-compose.yaml

+ 1 - 1
docker-compose-dev.yaml

@@ -9,7 +9,7 @@ services:
       dockerfile: docker/Dockerfile-with-nginx
       dockerfile: docker/Dockerfile-with-nginx
     environment:
     environment:
       - DOCKER_BUILDKIT=1
       - DOCKER_BUILDKIT=1
-    image: tuonina/nginx-with-ui
+    image: registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx-with-ui
     restart: always
     restart: always
     container_name: nginx-with-ui
     container_name: nginx-with-ui
     ports:
     ports:

+ 1 - 1
docker-compose.yaml

@@ -7,7 +7,7 @@ services:
       dockerfile: docker/Dockerfile
       dockerfile: docker/Dockerfile
     environment:
     environment:
       - DOCKER_BUILDKIT=1
       - DOCKER_BUILDKIT=1
-    image: tuonina/nginx-ui
+    image: registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx-ui
     restart: always
     restart: always
     container_name: nginx-ui
     container_name: nginx-ui
     ports:
     ports: