Created
October 3, 2025 19:52
-
-
Save ludndev/3ae74f1147fa5274f47a16d4fd3308d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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