Skip to content

Instantly share code, notes, and snippets.

@vpack
Created June 23, 2025 10:42
Show Gist options
  • Save vpack/8092f6f84a356c3f0adc8ce427c03072 to your computer and use it in GitHub Desktop.
Save vpack/8092f6f84a356c3f0adc8ce427c03072 to your computer and use it in GitHub Desktop.
n8n
IMAGE = n8nio/n8n
NAME = n8n
run:
docker run -it --rm --name ${NAME} -p 5678:5678 \
-e GENERIC_TIMEZONE="America/New_York" -e TZ="America/New_York" \
-v /Users/venkat/dev/n8n/data:/home/node/.n8n ${IMAGE}
pull:
docker pull ${IMAGE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment