grim/anzu

forward the port on the host

2016-02-17, Gary Kramlich
6b9eb962654a
Parents bc2effbfc635
Children ac05508ddd02
forward the port on the host
--- a/docker-compose.yml Wed Feb 17 23:46:06 2016 -0600
+++ b/docker-compose.yml Wed Feb 17 23:46:21 2016 -0600
@@ -3,7 +3,9 @@
links:
- redis:redis
expose:
- - 11011
+ - "11011"
+ ports:
+ - "11011:11011"
redis:
image: redis:3