path correction
This commit is contained in:
parent
5f9e42735d
commit
7646a1a96f
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ Als Datenbank können MySQL, Postgres und SQLite verwendet werden. Postgres wird
|
|||
\
|
||||
Konfiguration von MySQL:
|
||||
#code_file(
|
||||
path: "../Operation/code/mysql-compose.yml",
|
||||
path: "../operation/code/mysql-compose.yml",
|
||||
) <mysql-compose>
|
||||
|
||||
`MYSQL_USER` und `MYSQL_PASSWORD` sind optional. Werden diese nicht gesetzt, kann der Server entweder mit dem Nutzer `root` und dem gesetzten `MYSQL_ROOT_PASSWORD` Zugang zur Datenbank erhalten, oder es wird im nachhinein ein Nutzerzugang erstellt, der Zugriff auf die erstellte Datenbank hat.
|
||||
|
@ -33,7 +33,7 @@ Konfiguration von MySQL:
|
|||
\
|
||||
Konfiguration von Postgres:
|
||||
#code_file(
|
||||
path: "../Operation/code/postgres-compose.yml",
|
||||
path: "../operation/code/postgres-compose.yml",
|
||||
) <postgres-compose>
|
||||
|
||||
`POSTGRES_DB` erstellt direkt eine Datenbank, die durch einen angelegten `POSTGRES_USER` verfügbar ist.
|
||||
|
|
Loading…
Add table
Reference in a new issue