Skip to content
GitLab
Explore
Sign in
Changes
Page history
Create Databases
authored
Apr 20, 2022
by
Robert Goldmann
Show whitespace changes
Inline
Side-by-side
Databases.md
0 → 100644
View page @
5e5b5aca
## MariaDB
```
bash
docker run
--detach
--name
some-mariadb
--env
MARIADB_USER
=
budgetmaster
--env
MARIADB_PASSWORD
=
BudgetMaster
--env
MARIADB_ROOT_PASSWORD
=
123
--env
MARIADB_DATABASE
=
budgetmaster
-p
3306:3306 mariadb:latest
```
\ No newline at end of file