Skip to content

Instantly share code, notes, and snippets.

@deedubs
Created August 4, 2015 18:09
Show Gist options
  • Save deedubs/c2cc5530a92e02c9ce13 to your computer and use it in GitHub Desktop.
Save deedubs/c2cc5530a92e02c9ce13 to your computer and use it in GitHub Desktop.
"docker": {
"image": "aphexddb/redis:latest",
"network": "BRIDGE",
"portMappings": [
{ "containerPort": 6379, "hostPort": 0},
{ "containerPort": 16379, "hostPort": 0}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment