Last active
January 31, 2025 14:35
-
-
Save dragonfire1119/65a3b3fdca8f89cd487b1bfe0d050845 to your computer and use it in GitHub Desktop.
Docker compose for n8n.io
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
version: '3' | |
services: | |
n8n: | |
image: docker.n8n.io/n8nio/n8n | |
ports: | |
- 5678:5678 | |
environment: | |
- GENERIC_TIMEZONE=America/Chicago | |
- TZ=America/Chicago |
Thank you Christopher!
Vielen Dank! Ich bastel schon den ganzen Tag so rum und nun läuft es! Danke aus Germany!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In this case how to persist data in an upgrade ?