fix api
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-11-22 16:54:31 -05:00
parent a32a59ca0a
commit 993fd8eee7
2 changed files with 1 additions and 7 deletions

View File

@@ -35,7 +35,7 @@
name: "{{ name }}"
recreate: true
restart_policy: unless-stopped
pull: yes
pull: "{{ build is not defined }}"
published_ports: "{{ published_ports | default(omit) }}"
network_mode: "{{ network_mode | default(omit) }}"
image: "{{ image.name }}:{{ image.tag }}"