Registry running on port 80 now

This commit is contained in:
2018-12-12 10:34:08 -05:00
parent ca118b44b0
commit a252da351a
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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
}