Browse Source

don't use links

liwei 2 years ago
parent
commit
25a5f654a4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docker-compose.yaml

+ 4 - 4
docker-compose.yaml

@@ -18,10 +18,10 @@ services:
       - ./nginx/conf.d:/etc/nginx/conf.d
       - ./nginx/www:/usr/share/nginx/html
 
-    links:
-      - box-cost
-      - box-usercenter
-      
+    # links:
+    #   - box-cost
+    #   - box-usercenter
+
     depends_on:
       - box-cost
       - box-usercenter