Nextcloud needs devicemapper for storage driver, open docker to tcp, and use local registry as a mirror

This commit is contained in:
2018-11-13 07:54:42 -05:00
parent 8f1a1ac2b8
commit e4dee08a19

View File

@@ -1,5 +1,8 @@
{
{% if inventory_hostname == "nextcloud" %}"storage-driver": "devicemapper",{% endif %}
"hosts": ["unix:///var/run/docker.sock", "tcp://0.0.0.0:2375"],
"insecure-registries" : ["{{ registry_location }}","10.0.0.221:5000"],
"registry-mirrors": ["http://10.0.0.221:5000"],
"metrics-addr" : "0.0.0.0:9323",
"experimental" : true
}
}