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

This commit is contained in:
2025-11-21 03:30:00 -05:00
parent 2897d67957
commit 5ea7ad74cd

View File

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