mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
📚 Add links to example docker-compose setup
This commit is contained in:
parent
b013e09f4a
commit
fcb4f8554c
|
@ -19,6 +19,7 @@ so also used with internal tools.
|
||||||
- [Securing n8n](#securing-n8n)
|
- [Securing n8n](#securing-n8n)
|
||||||
- [Persist data](#persist-data)
|
- [Persist data](#persist-data)
|
||||||
- [Passing Sensitive Data via File](#passing-sensitive-data-via-file)
|
- [Passing Sensitive Data via File](#passing-sensitive-data-via-file)
|
||||||
|
- [Example Setup with Lets Encrypt](#example-setup-with-lets-encrypt)
|
||||||
- [What does n8n mean and how do you pronounce it](#what-does-n8n-mean-and-how-do-you-pronounce-it)
|
- [What does n8n mean and how do you pronounce it](#what-does-n8n-mean-and-how-do-you-pronounce-it)
|
||||||
- [Support](#support)
|
- [Support](#support)
|
||||||
- [Upgrading](#upgrading)
|
- [Upgrading](#upgrading)
|
||||||
|
@ -193,6 +194,12 @@ The following environment variables support file input:
|
||||||
- N8N_BASIC_AUTH_USER_FILE
|
- N8N_BASIC_AUTH_USER_FILE
|
||||||
|
|
||||||
|
|
||||||
|
## Example Setup with Lets Encrypt
|
||||||
|
|
||||||
|
A basic step by step example setup of n8n with docker-compose and Lets Encrypt is available on the
|
||||||
|
[Server Setup](https://docs.n8n.io/#/server-setup) page.
|
||||||
|
|
||||||
|
|
||||||
## Setting Timezone
|
## Setting Timezone
|
||||||
|
|
||||||
To define the timezone n8n should use, the environment variable `GENERIC_TIMEZONE` can
|
To define the timezone n8n should use, the environment variable `GENERIC_TIMEZONE` can
|
||||||
|
|
|
@ -2,3 +2,6 @@
|
||||||
|
|
||||||
Detailed information about how to run n8n in Docker can be found in the README
|
Detailed information about how to run n8n in Docker can be found in the README
|
||||||
of the [Docker Image](https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/README.md).
|
of the [Docker Image](https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/README.md).
|
||||||
|
|
||||||
|
A basic step by step example setup of n8n with docker-compose and Lets Encrypt is available on the
|
||||||
|
[Server Setup](server-setup.md) page.
|
||||||
|
|
Loading…
Reference in a new issue