This commit is contained in:
Slaviša Arežina
2025-11-08 11:40:27 +01:00
committed by GitHub
parent 85456ff3f3
commit 9f0720dc91

View File

@@ -20,13 +20,7 @@ else
MONGO_VERSION="7.0" setup_mongodb MONGO_VERSION="7.0" setup_mongodb
fi fi
sed -i 's/bindIp: 127.0.0.1/bindIp: 0.0.0.0/' /etc/mongod.conf sed -i 's/bindIp: 127.0.0.1/bindIp: 0.0.0.0/' /etc/mongod.conf
msg_ok "Installed MongoDB $MONGO_VERSION"
motd_ssh motd_ssh
customize customize
cleanup_lxc
msg_info "Cleaning up"
$STD apt -y autoremove
$STD apt -y autoclean
$STD apt -y clean
msg_ok "Cleaned"