Skip to content

Commit

Permalink
#243 let's use docker binary instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed May 23, 2024
1 parent 3dee174 commit 9d215d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
# switching to shell command because python can't perform an HTTP GET
- name: STORAGE | Run `docker-compose up` MinIO
ansible.builtin.shell:
cmd: '/usr/local/bin/docker-compose up -f minio_compose.yml'
cmd: '/usr/bin/docker compose up -f minio_compose.yml'
chdir: "{{ minio.docker.project_location }}"

- ansible.builtin.import_tasks: minio_jvm_options.yml

0 comments on commit 9d215d8

Please sign in to comment.