fixup! fixup! Migrate to docker_compose_v2
This commit is contained in:
parent
4acf0493f2
commit
6693c9b686
@ -7,7 +7,7 @@
|
||||
project_src: "{{ service_dir | mandatory }}"
|
||||
state: present
|
||||
restarted: false
|
||||
recreate: smart
|
||||
recreate: "auto"
|
||||
build: "always"
|
||||
remove_orphans: true
|
||||
profiles: docker_profiles
|
||||
|
@ -8,7 +8,7 @@
|
||||
pull: always
|
||||
state: present
|
||||
restarted: true
|
||||
recreate: smart
|
||||
recreate: "auto"
|
||||
build: "never"
|
||||
profiles: docker_profiles
|
||||
remove_orphans: true
|
||||
|
Loading…
Reference in New Issue
Block a user