torrust / torrust-compose

Sample Docker Compose configurations for the Torrust Index
https://torrust.com
5 stars 2 forks source link

Update database driver value in Tracker compose.yml #25

Closed josecelano closed 2 months ago

josecelano commented 2 months ago

Values for database driver are now lowercase: sqlite3

Replace:

TORRUST_TRACKER_CONFIG_OVERRIDE_CORE__DATABASE__DRIVER=${TORRUST_TRACKER_CONFIG_OVERRIDE_CORE__DATABASE__DRIVER:-Sqlite3}

With:

TORRUST_TRACKER_CONFIG_OVERRIDE_CORE__DATABASE__DRIVER=${TORRUST_TRACKER_CONFIG_OVERRIDE_CORE__DATABASE__DRIVER:-sqlite3}