/srv/docker is used instead of /var/lib/registry.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
3cb4f2a75f
commit
ec3c8fdf60
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
password: "{{ registry_gluster_password_stg }}"
|
password: "{{ registry_gluster_password_stg }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mountdir: /var/lib/registry
|
mountdir: "/srv/docker"
|
||||||
|
|
||||||
- name: setup docker distribution registry
|
- name: setup docker distribution registry
|
||||||
hosts: docker-registry:docker-registry-stg
|
hosts: docker-registry:docker-registry-stg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue