Skip to content

Instantly share code, notes, and snippets.

@thelinuxkid
Last active September 3, 2015 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thelinuxkid/c0b1279dfee7f1247a5e to your computer and use it in GitHub Desktop.
Save thelinuxkid/c0b1279dfee7f1247a5e to your computer and use it in GitHub Desktop.
ipfs:
image: jbenet/go-ipfs
container_name: ipfs_daemon
ports:
- "5001:5001"
- "4001:4001"
volumes:
- ./data/ipfs:/data/ipfs
registry:
image: thelinuxkid/registry
container_name: ipfs_registry
ports:
- "5000:5000"
links:
- ipfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment