diff --git a/docker/init.sh b/docker/init.sh index f15508c46..0a4f3b2d8 100644 --- a/docker/init.sh +++ b/docker/init.sh @@ -13,7 +13,7 @@ if [ ! -z "$GLOBAL_CONFIG_URL" ]; then wget -q $GLOBAL_CONFIG_URL -O /var/ion-work/db/ion-global.config else echo -e "\e[1;33m[=]\e[0m No global config provided, downloading mainnet default." - #wget -q https://api.tontech.io/ton/wallet-mainnet.autoconf.json -O /var/ion-work/db/ion-global.config + wget -q https://api.iontech.io/ion/wallet-mainnet.autoconf.json -O /var/ion-work/db/ion-global.config fi if [ -z "$VALIDATOR_PORT" ]; then diff --git a/docker/ton-ali.yaml b/docker/ion-ali.yaml similarity index 100% rename from docker/ton-ali.yaml rename to docker/ion-ali.yaml diff --git a/docker/ton-aws.yaml b/docker/ion-aws.yaml similarity index 100% rename from docker/ton-aws.yaml rename to docker/ion-aws.yaml diff --git a/docker/ton-gcp.yaml b/docker/ion-gcp.yaml similarity index 100% rename from docker/ton-gcp.yaml rename to docker/ion-gcp.yaml diff --git a/docker/ton-metal-lb.yaml b/docker/ion-metal-lb.yaml similarity index 100% rename from docker/ton-metal-lb.yaml rename to docker/ion-metal-lb.yaml diff --git a/docker/ton-node-port.yaml b/docker/ion-node-port.yaml similarity index 100% rename from docker/ton-node-port.yaml rename to docker/ion-node-port.yaml