migrate cup
All checks were successful
Deploy Containers / Prepare (push) Successful in 19s

This commit is contained in:
2025-11-19 16:51:12 -05:00
parent 70ecb1f6d6
commit 118bd4bcbd
2 changed files with 9 additions and 12 deletions

View File

@@ -40,6 +40,7 @@
docker_container:
name: "{{ name }}"
image: "{{ image.name }}:{{ image.tag }}"
command: "{{ command | default(omit) }}"
recreate: true
restart_policy: unless-stopped
networks: "{{ networks }}"