fix key name
All checks were successful
Deploy Containers / Prepare (push) Successful in 35s

This commit is contained in:
2025-11-26 21:46:31 -05:00
parent 9472336a4b
commit 008cd10523
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
published_ports: "{{ published_ports | default(omit) }}"
network_mode: "{{ network_mode | default(omit) }}"
image: "{{ image.name }}:{{ image.tag }}"
extra_hosts: "{{ extra_hosts | default(omit) }}"
etc_hosts: "{{ extra_hosts | default(omit) }}"
command: "{{ command | default(omit) }}"
networks: "{{ networks | default(omit) }}"
volumes: "{{ volumes | default(omit) }}"