Skip to main content

Strong Passwords for Database

caution

💡 In standalone mode in a private deployment, by default, the database components are built into the mirror and start with the microservice, and the database in the container is not accessible externally.

💥 If there is a need to map the database port from the container to the host for access, it is highly recommended to do so when the following three conditions are met, otherwise it is extremely risky for the database port to be exposed to the Internet!!!

  1. Back up data regularly (to prevent unrecoverable data loss due to database hacking).
  2. Set up access whitelist for database ports ( to restrict source addresses from accessing database ports).
  3. Change the password to a strong one (Avoid special characters with regular meanings, such as "$", "&", "@", etc., otherwise they cannot be passed into the container; you can choose - or _).