diff --git a/deploy.sh b/deploy.sh index 2c67760..4f5bb8d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -30,7 +30,8 @@ fi DOCKER_REGISTRY_URL=$DOCKER_REGISTRY_URL if [ "$DOCKER_REGISTRY_URL" = "" ]; then - DOCKER_REGISTRY_URL=registry.format.hu + #DOCKER_REGISTRY_URL=registry.format.hu + DOCKER_REGISTRY_URL=safebox fi if [[ "$SMARTHOST_PROXY" == "YES" || "$SMARTHOST_PROXY" == "TRUE" ]]; then diff --git a/entrypoint.sh b/entrypoint.sh index 5e81a18..faa372b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,7 +4,8 @@ toUpperCase() { echo "$*" | tr '[:lower:]' '[:upper:]'; } -DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"registry.format.hu"} +#DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"registry.format.hu"} +DOCKER_REGISTRY_URL=${DOCKER_REGISTRY_URL:-"safebox"} GLOBAL_VERSION=${GLOBAL_VERSION:-latest} version_update() { for JSON in $(ls /etc/user/config/services/*.json); do diff --git a/install.sh b/install.sh index 70abe60..d6c73be 100755 --- a/install.sh +++ b/install.sh @@ -701,10 +701,11 @@ if [ "$APT" == "1" ]; then fi fi; -echo "Please fill in registry url (registry.format.hu): "; +echo "Please fill in registry url (safebox): "; read -r DOCKER_REGISTRY_URL; if [ "$DOCKER_REGISTRY_URL" == "" ]; then - DOCKER_REGISTRY_URL="registry.format.hu"; + #DOCKER_REGISTRY_URL="registry.format.hu"; + DOCKER_REGISTRY_URL="safebox"; fi # first install