Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
/ docker-n8n Public archive

Alternative n8n docker images with better uid/gid configuration and slimmer image.

License

Notifications You must be signed in to change notification settings

tingtingths/docker-n8n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n - Docker images

Alternative n8n docker images with better uid/gid configuration and slimmer image.

Build

docker build --build-arg VERSION=<version> -t n8n:<version>

RUN

docker run -td \
    -e UID=<preferred_uid> \
    -e GID=<preferred_gid> \
    -v <data_directory>:/home/n8n/.n8n \
    n8n:<version>

About

Alternative n8n docker images with better uid/gid configuration and slimmer image.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published