refactor: replace dockerfile_inline with pull_policy: always

This commit is contained in:
root
2026-03-23 01:38:02 +00:00
parent e6fda25c3d
commit baa0c6b769
3 changed files with 3 additions and 14 deletions

View File

@@ -1,10 +1,7 @@
services:
n8n:
image: n8nio/n8n:latest
build:
context: .
dockerfile_inline: |
FROM n8nio/n8n:latest
pull_policy: always
container_name: n8n
restart: unless-stopped
environment: