feat: add some extra notes to docker environments

This commit is contained in:
Oleh Astappiev
2025-04-19 20:37:24 +02:00
committed by Aditya Chandel
parent 5068b9bae4
commit 75f55293da
2 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ TZ=Etc/UTC # Change this to your timezone (e.g., America/New_York, Asia/Kolk
# Database Credentials (Replace with a secure password)
# This password is used by MariaDB. Make sure to keep it secure.
MYSQL_ROOT_PASSWORD=your_secure_password
MYSQL_ROOT_PASSWORD=super_secure_password
MYSQL_DATABASE=booklore
MYSQL_USER=booklore
MYSQL_PASSWORD=your_secure_password