fix: Minor grammar adjustment (no-changelog) (#6626)

This commit is contained in:
Sandra Ashipala 2023-07-13 15:15:55 +02:00 committed by GitHub
parent 84466e9833
commit 0c47be254b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,21 +8,27 @@ n8n is an extendable workflow automation tool. With a [fair-code](http://faircod
## Contents ## Contents
- [Demo](#demo) - [n8n - Workflow automation tool](#n8n---workflow-automation-tool)
- [Available integrations](#available-integrations) - [Contents](#contents)
- [Documentation](#documentation) - [Demo](#demo)
- [Start n8n in Docker](#start-n8n-in-docker) - [Available integrations](#available-integrations)
- [Start with tunnel](#start-with-tunnel) - [Documentation](#documentation)
- [Securing n8n](#securing-n8n) - [Start n8n in Docker](#start-n8n-in-docker)
- [Persist data](#persist-data) - [Start with tunnel](#start-with-tunnel)
- [Passing Sensitive Data via File](#passing-sensitive-data-via-file) - [Persist data](#persist-data)
- [Updating a Running docker-compose Instance](#updating-a-running-docker-compose-instance) - [Start with other Database](#start-with-other-database)
- [Example Setup with Lets Encrypt](#example-setup-with-lets-encrypt) - [Use with PostgresDB](#use-with-postgresdb)
- [What does n8n mean and how do you pronounce it](#what-does-n8n-mean-and-how-do-you-pronounce-it) - [Use with MySQL](#use-with-mysql)
- [Support](#support) - [Passing Sensitive Data via File](#passing-sensitive-data-via-file)
- [Jobs](#jobs) - [Example Setup with Lets Encrypt](#example-setup-with-lets-encrypt)
- [Upgrading](#upgrading) - [Updating a running docker-compose instance](#updating-a-running-docker-compose-instance)
- [License](#license) - [Setting Timezone](#setting-timezone)
- [Build Docker-Image](#build-docker-image)
- [What does n8n mean and how do you pronounce it?](#what-does-n8n-mean-and-how-do-you-pronounce-it)
- [Support](#support)
- [Jobs](#jobs)
- [Upgrading](#upgrading)
- [License](#license)
## Demo ## Demo
@ -157,7 +163,7 @@ docker run -it --rm \
To avoid passing sensitive information via environment variables "\_FILE" may be To avoid passing sensitive information via environment variables "\_FILE" may be
appended to some environment variables. It will then load the data from a file appended to some environment variables. It will then load the data from a file
with the given name. That makes it possible to load data easily from with the given name. That makes it possible to load data easily from
Docker- and Kubernetes-Secrets. Docker and Kubernetes secrets.
The following environment variables support file input: The following environment variables support file input:
@ -194,9 +200,8 @@ A basic step by step example setup of n8n with docker-compose and Lets Encrypt i
## 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
be set. This gets used by for example the Cron-Node. be set. One instance where this variable is implemented is in the Schedule node. Furthermore, the system's timezone can be set separately,
Apart from that can also the timezone of the system be set separately. Which controls what which controls the output of certain scripts and commands such as `$ date`. The system timezone can be set via
some scripts and commands return like `$ date`. The system timezone can be set via
the environment variable `TZ`. the environment variable `TZ`.
Example to use the same timezone for both: Example to use the same timezone for both: