Skip to content

Commit

Permalink
fix json.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Jul 23, 2014
1 parent 46ac0aa commit 245feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/guestbook/redis-slave-controller.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"version": "v1beta1",
"id": "redisSlaveController",
"containers": [{
"name": "slave"
"name": "slave",
"image": "brendanburns/redis-slave",
"ports": [{"containerPort": 6379, "hostPort": 6380}]
}]
Expand Down

0 comments on commit 245feaf

Please sign in to comment.