server: add persistent storage for mariadb
This commit is contained in:
@ -1,6 +1,13 @@
|
||||
# FE_Charts
|
||||
Fire Emblem Charts is a mobile application that allows you to view the statistics of the characters in the game Fire Emblem Three Houses in the form of graphics.
|
||||
|
||||
## Build the app
|
||||
|
||||
```bash
|
||||
docker build -t odari/fecharts_api:1.0.0 .
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
## Setup the app
|
||||
|
||||
- Change the variables in the `database.php` file to match the server.
|
||||
|
Reference in New Issue
Block a user