tsuru / redisapi

Redis service API for tsuru PaaS.
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Port should be handled by Docker port forwarding, not Redis #23

Closed bobobo1618 closed 10 years ago

bobobo1618 commented 10 years ago

The Redis Dockerfile should always listen on 6379.

Port 6379 should then be forwarded to a dynamic port.

This ensures compatibility with other Dockerfiles.

andrewsmedina commented 10 years ago

The internal port should be the same that external port to master/slave works fine.