All apps · 0 apps
MariaDB-Official
OfficialDocker app from mgutt's Repository
Overview
Install MariaDB-Official on Unraid in a few clicks.
Find MariaDB-Official in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--user=99:100 --memory=2G
Template configuration
Container Port: 3306
- Target
- 3306
- Value
- 3306
Set to yes, to generate a random root password. The generated password will be printed to the logs (Docker > MariaDB Icon > Logs).
- Target
- MARIADB_RANDOM_ROOT_PASSWORD
- Value
- Yes
This variable allows you to specify the name of a database to be created on image startup.
- Target
- MARIADB_DATABASE
- Value
- dbname_here
Container Variable: MARIADB_USER
- Target
- MARIADB_USER
- Value
- dbuser_here
Container Variable: MARIADB_PASSWORD
- Target
- MARIADB_PASSWORD
Recommened: For better performance replace /mnt/user against /mnt/cache. Note: This requires appdata share caching set to Prefer or Only!
- Target
- /var/lib/mysql
- Value
- /mnt/user/appdata/mariadb-official/data
Container Path: /etc/mysql/conf.d
- Target
- /etc/mysql/conf.d
- Value
- /mnt/user/appdata/mariadb-official/config
Generate Random Password must be empty if you like to set your own Root Password!
- Target
- MARIADB_ROOT_PASSWORD