Skip to content

Commit

Permalink
Update docker-compose-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Mar 23, 2020
1 parent cdd1421 commit 754cf8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions document/docker/docker-compose-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
ports:
- 8080:8080
external_links:
- redis:redis #可以用redis这个域名访问redis服务
- mysql:db #可以用db这个域名访问mysql服务
mall-search:
image: mall/mall-search:1.0-SNAPSHOT
Expand Down

0 comments on commit 754cf8b

Please sign in to comment.