mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
📚 Improve documentation
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user