Tom Ho avatar

Tom Ho

January 6, 2025

Updating n8n with Caddy (Docker)

Updating n8n with Caddy (Docker)

Quick steps to update your n8n instance running with Docker and Caddy.


Steps

# Pull the latest image
docker compose pull

# Stop and remove current containers
docker compose down

# Start updated containers in the background
docker compose up -d

Done — your n8n instance is now running the latest version.


Reference

Check the official docs if you’re using a Hetzner setup or need more details: https://docs.n8n.io/hosting/installation/server-setups/hetzner/#test-your-setup

About Tom Ho