Skip to content

Commit

Permalink
Improve instructions for Docker Compose users
Browse files Browse the repository at this point in the history
Added steps to switch to the Docker user and navigate to the n8n-caddy folder.
  • Loading branch information
gurbaxani authored Aug 29, 2024
1 parent 16e1560 commit a0a9b12
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/hosting/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a0a9b12

Please sign in to comment.