Last active
November 26, 2016 09:09
-
-
Save mixja/fdd77afc3cf259058ed9e85886684635 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
volumes: | |
registry_data: | |
external: true | |
services: | |
registry: | |
image: registry:2 | |
ports: | |
- "5000:5000" | |
volumes: | |
- registry_data:/var/lib/registry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment