From 3fbcbce3621070bee14604bd279f503d752b404c Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 29 Apr 2024 10:22:50 +0100 Subject: [PATCH] docs: Update link to postgres example (#9244) --- docker/images/n8n/README.md | 40 ++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docker/images/n8n/README.md b/docker/images/n8n/README.md index 573b5eb0a012d..d65459615086e 100644 --- a/docker/images/n8n/README.md +++ b/docker/images/n8n/README.md @@ -9,25 +9,25 @@ n8n is an extendable workflow automation tool. With a [fair-code](https://fairco ## Contents - [n8n - Workflow automation tool](#n8n---workflow-automation-tool) - - [Contents](#contents) - - [Demo](#demo) - - [Available integrations](#available-integrations) - - [Documentation](#documentation) - - [Start n8n in Docker](#start-n8n-in-docker) - - [Start with tunnel](#start-with-tunnel) - - [Persist data](#persist-data) - - [Start with other Database](#start-with-other-database) - - [Use with PostgresDB](#use-with-postgresdb) - - [Passing Sensitive Data via File](#passing-sensitive-data-via-file) - - [Example Setup with Lets Encrypt](#example-setup-with-lets-encrypt) - - [Updating a running docker-compose instance](#updating-a-running-docker-compose-instance) - - [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) + - [Contents](#contents) + - [Demo](#demo) + - [Available integrations](#available-integrations) + - [Documentation](#documentation) + - [Start n8n in Docker](#start-n8n-in-docker) + - [Start with tunnel](#start-with-tunnel) + - [Persist data](#persist-data) + - [Start with other Database](#start-with-other-database) + - [Use with PostgresDB](#use-with-postgresdb) + - [Passing Sensitive Data via File](#passing-sensitive-data-via-file) + - [Example Setup with Lets Encrypt](#example-setup-with-lets-encrypt) + - [Updating a running docker-compose instance](#updating-a-running-docker-compose-instance) + - [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 @@ -129,7 +129,7 @@ docker run -it --rm \ docker.n8n.io/n8nio/n8n ``` -A full working setup with docker-compose can be found [here](https://github.com/n8n-io/n8n/blob/master/docker/compose/withPostgres/README.md) +A full working setup with docker-compose can be found [here](https://github.com/n8n-io/n8n-hosting/blob/main/docker-compose/withPostgres/README.md) ## Passing Sensitive Data via File