Support offline n8n image deployment
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
n8n:
|
||||
image: docker.n8n.io/n8nio/n8n:latest
|
||||
# Use the Docker Hub image name so Docker registry mirrors can serve it.
|
||||
image: n8nio/n8n:latest
|
||||
pull_policy: never
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user