Skip to content

Commit

Permalink
Revert "update docker-compose.yml"
Browse files Browse the repository at this point in the history
  • Loading branch information
jhao104 authored Oct 3, 2019
1 parent 334405a commit ead0cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
links:
- proxy_redis
environment:
db_type: REDIS
db_host: proxy_redis
db_port: 6379
db_type: SSDB
ssdb_host: proxy_redis
ssdb_port: 6379
proxy_redis:
image: "redis"

0 comments on commit ead0cfb

Please sign in to comment.