Tomishinets Vladimir 4 yıl önce
ebeveyn
işleme
5a5ee229df
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      entrypoint.sh

+ 1 - 1
entrypoint.sh

@@ -7,7 +7,7 @@ waitDb() {
     nslookup $1
   done
 }
-[[ ${INIT} && ${MONGO_HOST} && ${FB_HOST} ]] && { waitDb ${DB_CLUSTER}; waitDb ${FB_HOST}; }
+[[ ${INIT} && ${MONGO_HOST} && ${FB_HOST} ]] && { waitDb ${MONGO_HOST}; waitDb ${FB_HOST}; }
 
 #sed -i "s/\${DB_CLUSTER}/\"${DB_CLUSTER}\"/" /etc/web-laboratory-admin/application.conf
 #sed -i "s/ADMINHOST/0\.0\.0\.0:2551/" /etc/web-laboratory-admin/application.conf