diff --git a/group_vars/all b/group_vars/all index b964bf9..19ee848 100644 --- a/group_vars/all +++ b/group_vars/all @@ -5,7 +5,7 @@ docker_compose_version_to_install: 1.22.0 docker_ce_version_to_install: 18.06.1 nvm_version: v0.33.5 node_version: 8.4.0 -registry_location: "registry.wimer.home:5000" +registry_location: "registry.wimer.home" nfs_location: 10.0.0.150 nfs_share: /volumeUSB5/usbshare home_pub_key: https://raw.githubusercontent.com/jcwimer/ubuntu-template/master/post/id_rsa.pub diff --git a/roles/common/templates/docker-daemon.json.j2 b/roles/common/templates/docker-daemon.json.j2 index 104e640..c0cfebd 100644 --- a/roles/common/templates/docker-daemon.json.j2 +++ b/roles/common/templates/docker-daemon.json.j2 @@ -1,7 +1,7 @@ { {% if inventory_hostname == "nextcloud" %}"storage-driver": "devicemapper",{% endif %} - "insecure-registries" : ["{{ registry_location }}","10.0.0.221:5000"], - "registry-mirrors": ["http://10.0.0.221:5000"], + "insecure-registries" : ["{{ registry_location }}","10.0.0.221"], + "registry-mirrors": ["http://10.0.0.221"], "metrics-addr" : "0.0.0.0:9323", "experimental" : true }