Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Oct 6, 2023
2 parents 6660076 + b31c005 commit f99ef3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emgb/emgb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
vars:
docker_users:
- ubuntu
docker_compose_package: docker-compose-plugin

- name: Install yq
ansible.builtin.shell: |
Expand Down Expand Up @@ -57,6 +58,6 @@

- name: Run docker-compose EMGB
ansible.builtin.command:
cmd: docker-compose up -d
cmd: docker compose up -d
args:
chdir: "{{ emgb_vars.repo_path }}"

0 comments on commit f99ef3c

Please sign in to comment.