Browse Source

fix: host file not getting updated

pull/9162/merge
DarkPhoenix2704 3 months ago committed by Anbarasu
parent
commit
b8394990d9
  1. 2
      docker-compose/setup-script/noco.sh

2
docker-compose/setup-script/noco.sh

@ -80,7 +80,7 @@ add_to_hosts() {
## Only add to hosts if the domain name is minio
if [ "$CONFIG_DOMAIN_NAME" != "minio" ]; then
if [ "$MINIO_DOMAIN_NAME" != "minio" ]; then
return 0
fi

Loading…
Cancel
Save