Skip to content

Instantly share code, notes, and snippets.

@warlock
Created May 8, 2020 12:54
Show Gist options
  • Save warlock/82894fce0f1ce57e481e9f556710b72b to your computer and use it in GitHub Desktop.
Save warlock/82894fce0f1ce57e481e9f556710b72b to your computer and use it in GitHub Desktop.
docker registry
version: '3'
services:
registry:
image: registry:2
ports:
- "5000:5000"
environment:
REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /data
volumes:
- ./data:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment