Skip to content

Commit

Permalink
Merge pull request jhao104#364 from zehao-sean-huang/master
Browse files Browse the repository at this point in the history
update docker-compose.yml
  • Loading branch information
jhao104 authored Oct 3, 2019
2 parents eb4ee8a + f733df7 commit 334405a
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: SSDB
ssdb_host: proxy_redis
ssdb_port: 6379
db_type: REDIS
db_host: proxy_redis
db_port: 6379
proxy_redis:
image: "redis"

0 comments on commit 334405a

Please sign in to comment.