feat(casaos-update-database-password): Update README to remove

env file update

This change updates the README file for the casaos-update-database-
password script to remove the mention of automatically updating the
corresponding .env file. The script now only updates the root/admin
password for the running database containers.
This commit is contained in:
Christopher
2024-11-15 13:29:22 -06:00
parent 16d315a190
commit f5bc70a200

View File

@@ -1,6 +1,6 @@
## Why?
This script helps you update the root/admin password for running database containers (PostgreSQL, MySQL, or MariaDB) and automatically updates the corresponding .env file.
This script helps you update the root/admin password for running database containers (PostgreSQL, MySQL, or MariaDB).
## Features