mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
Update docker-compose.example.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user