You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
registry: |
|
restart: always |
|
image: localhost:5000/registry |
|
ports: |
|
- 5000:5000 |
|
environment: |
|
REGISTRY_AUTH: htpasswd |
|
REGISTRY_AUTH_HTPASSWD_PATH: /etc/auth/htpasswd |
|
REGISTRY_AUTH_HTPASSWD_REALM: Registry Realm |
|
volumes: |
|
- /srv/registry:/var/lib/docker-registry |
|
- /srv/auth:/etc/auth
|
|
|