Parcourir la source

don't use links

liwei il y a 2 ans
Parent
commit
25a5f654a4
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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