Skip to content

Instantly share code, notes, and snippets.

@mochi1351
Forked from dragonfire1119/n8n-docker-compose
Created December 9, 2023 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mochi1351/1a49c7450925fecbbea66a936e331e3b to your computer and use it in GitHub Desktop.
Save mochi1351/1a49c7450925fecbbea66a936e331e3b to your computer and use it in GitHub Desktop.
Docker compose for n8n.io
version: '3'
services:
n8n:
image: docker.n8n.io/n8nio/n8n
ports:
- 5678:5678
environment:
- GENERIC_TIMEZONE=America/Chicago
- TZ=America/Chicago
@mochi1351
Copy link
Author

n8n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment