Update docker-compose.example.yml

This commit is contained in:
Zurdi
2023-10-30 22:49:42 +01:00
committed by GitHub
parent c6cb9cdc0a
commit 58fa37d99a

View File

@@ -8,7 +8,7 @@ services:
environment:
- ROMM_DB_DRIVER=mariadb # mariadb | sqlite (default: sqlite)
# [Optional] Only required if using MariaDB as the database
- DB_HOST=mariadb
- DB_HOST=romm_db
- DB_PORT=3306
- DB_USER=romm-user
- DB_NAME=romm # Should match the MYSQL_DATABASE value in the mariadb container