Skip to content

Instantly share code, notes, and snippets.

@ludndev
Created October 3, 2025 19:52
Show Gist options
  • Select an option

  • Save ludndev/3ae74f1147fa5274f47a16d4fd3308d1 to your computer and use it in GitHub Desktop.

Select an option

Save ludndev/3ae74f1147fa5274f47a16d4fd3308d1 to your computer and use it in GitHub Desktop.
docker volume create n8n_data
docker run -it --rm \
--name n8n \
-p 5678:5678 \
-e GENERIC_TIMEZONE="Africa/Porto-Novo" \
-e TZ="Africa/Porto-Novo" \
-e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \
-e N8N_RUNNERS_ENABLED=true \
-e N8N_SECURE_COOKIE=false \
-v n8n_data:/home/node/.n8n \
docker.n8n.io/n8nio/n8n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment