fix: Use generated image instead of the original one
This commit is contained in:
parent
f87109e858
commit
3ab735f835
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: n8nio/n8n
|
build: .
|
||||||
|
image: glenux/service-n8n
|
||||||
# restart: always
|
# restart: always
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5678:5678"
|
- "127.0.0.1:5678:5678"
|
||||||
|
|
Loading…
Reference in a new issue