/srv/docker is used instead of /var/lib/registry.

Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
Randy Barlow 2017-02-22 20:35:08 +00:00
parent 3cb4f2a75f
commit ec3c8fdf60

View file

@ -58,7 +58,7 @@
password: "{{ registry_gluster_password_stg }}"
owner: root
group: root
mountdir: /var/lib/registry
mountdir: "/srv/docker"
- name: setup docker distribution registry
hosts: docker-registry:docker-registry-stg