Skip to content

Instantly share code, notes, and snippets.

@wallnerryan
Created February 12, 2016 16:45
Show Gist options
  • Save wallnerryan/93bb0f803e5200f63b81 to your computer and use it in GitHub Desktop.
Save wallnerryan/93bb0f803e5200f63b81 to your computer and use it in GitHub Desktop.
version: '2'
services:
web:
image: binocarlos/moby-counter
ports:
- "80:80"
links:
- "redis:redis"
redis:
image: redis
volumes:
- moby:/data
volumes:
moby:
external:
name: moby-flocker001
networks:
default:
external:
name: overlay-red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment