📚 Improve documentation

This commit is contained in:
Jan Oberhauser 2020-02-21 08:16:51 +01:00
parent 4d5313849f
commit bd7b23da59
2 changed files with 15 additions and 16 deletions

View file

@ -129,11 +129,11 @@ it can not be used anymore as encrypting it is not possible anymore.
> may be dropped in the future. > may be dropped in the future.
Replace the following placeholders with the actual data: Replace the following placeholders with the actual data:
- MONGO_DATABASE - <MONGO_DATABASE>
- MONGO_HOST - <MONGO_HOST>
- MONGO_PORT - <MONGO_PORT>
- MONGO_USER - <MONGO_USER>
- MONGO_PASSWORD - <MONGO_PASSWORD>
``` ```
docker run -it --rm \ docker run -it --rm \
@ -152,11 +152,11 @@ A full working setup with docker-compose can be found [here](https://github.com/
#### Use with PostgresDB #### Use with PostgresDB
Replace the following placeholders with the actual data: Replace the following placeholders with the actual data:
- POSTGRES_DATABASE - <POSTGRES_DATABASE>
- POSTGRES_HOST - <POSTGRES_HOST>
- POSTGRES_PASSWORD - <POSTGRES_PASSWORD>
- POSTGRES_PORT - <POSTGRES_PORT>
- POSTGRES_USER - <POSTGRES_USER>
``` ```
docker run -it --rm \ docker run -it --rm \
@ -179,11 +179,11 @@ A full working setup with docker-compose can be found [here](https://github.com/
#### Use with MySQL #### Use with MySQL
Replace the following placeholders with the actual data: Replace the following placeholders with the actual data:
- MYSQLDB_DATABASE - <MYSQLDB_DATABASE>
- MYSQLDB_HOST - <MYSQLDB_HOST>
- MYSQLDB_PASSWORD - <MYSQLDB_PASSWORD>
- MYSQLDB_PORT - <MYSQLDB_PORT>
- MYSQLDB_USER - <MYSQLDB_USER>
``` ```
docker run -it --rm \ docker run -it --rm \

View file

@ -92,7 +92,6 @@ should not be too much work:
- CockroachDB - CockroachDB
- MariaDB - MariaDB
- Microsoft SQL - Microsoft SQL
- MySQL
- Oracle - Oracle
If you can not use any of the currently supported databases for some reason and If you can not use any of the currently supported databases for some reason and