Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Last active April 18, 2024 18:05
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save dragonfire1119/65a3b3fdca8f89cd487b1bfe0d050845 to your computer and use it in GitHub Desktop.
Save dragonfire1119/65a3b3fdca8f89cd487b1bfe0d050845 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment