Skip to content

Commit

Permalink
Add missing compatibility flag to compose build (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastalian authored Jun 19, 2024
1 parent cd998ab commit 401328c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/dev_deploy/tasks/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
register: services

- name: Create and start each service individually
shell: "{{ docker_compose }} -p {{ container_name_prefix }} up -d --build --force-recreate {{ item }}"
shell: "{{ docker_compose }} -p {{ container_name_prefix }} --compatibility up -d --build --force-recreate {{ item }}"
args:
chdir: "{{ sources_root }}/albs-web-server"
when: item not in excluded_containers
Expand Down

0 comments on commit 401328c

Please sign in to comment.