From a0a9b12daec55da205310680554e6c58dbdc0ad8 Mon Sep 17 00:00:00 2001 From: Ashwini Gurbaxani <98401812+gurbaxani@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:46:33 +0530 Subject: [PATCH] Improve instructions for Docker Compose users Added steps to switch to the Docker user and navigate to the n8n-caddy folder. --- docs/hosting/installation/docker.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/hosting/installation/docker.md b/docs/hosting/installation/docker.md index 7b8479315d8..bbe36610eb5 100644 --- a/docs/hosting/installation/docker.md +++ b/docs/hosting/installation/docker.md @@ -103,6 +103,12 @@ From your Docker Desktop, navigate to the **Images** tab and select **Pull** fro You can also use the command line to pull the latest, or a specific version: ```sh +# Switch to the docker user +su - docker + +# Navigate to the n8n-caddy folder +cd n8n-caddy-docker + # Pull latest (stable) version docker pull docker.n8n.io/n8nio/n8n