Commit 754cf8ba authored by macro's avatar macro
Browse files

Update docker-compose-app.yml

parent cdd14212
...@@ -6,6 +6,7 @@ services: ...@@ -6,6 +6,7 @@ services:
ports: ports:
- 8080:8080 - 8080:8080
external_links: external_links:
- redis:redis #可以用redis这个域名访问redis服务
- mysql:db #可以用db这个域名访问mysql服务 - mysql:db #可以用db这个域名访问mysql服务
mall-search: mall-search:
image: mall/mall-search:1.0-SNAPSHOT image: mall/mall-search:1.0-SNAPSHOT
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment