mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
📚 Fix links in Docker documentation to also work on Dockerhub
This commit is contained in:
parent
376270c94c
commit
9e390a3995
|
@ -128,7 +128,7 @@ docker run -it --rm \
|
|||
n8n start
|
||||
```
|
||||
|
||||
A full working setup with docker-compose can be found [here](../../compose/withMongo/README.md)
|
||||
A full working setup with docker-compose can be found [here](https://github.com/n8n-io/n8n/blob/master/docker/compose/withMongo/README.md)
|
||||
|
||||
|
||||
#### Use with PostgresDB
|
||||
|
@ -155,7 +155,7 @@ docker run -it --rm \
|
|||
n8n start
|
||||
```
|
||||
|
||||
A full working setup with docker-compose can be found [here](../../compose/withPostgres/README.md)
|
||||
A full working setup with docker-compose can be found [here](https://github.com/n8n-io/n8n/blob/master/docker/compose/withPostgres/README.md)
|
||||
|
||||
|
||||
## Passing Senstive Data via File
|
||||
|
@ -196,4 +196,4 @@ did not hear anybody complain there. So I guess it should be ok.
|
|||
|
||||
## License
|
||||
|
||||
n8n is licensed under **Apache 2.0 with Commons Clause**
|
||||
n8n is licensed under [**Apache 2.0 with Commons Clause**](https://github.com/n8n-io/n8n/blob/master/packages/cli/LICENSE.md)
|
||||
|
|
Loading…
Reference in a new issue