Код: Выделить всё
Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':composeBuild'.
...
Caused by: org.gradle.process.internal.ExecException: A problem occurred starting process 'command 'docker''
...
Caused by: net.rubygrapefruit.platform.NativeException: Could not start 'docker'
...
Caused by: java.io.IOException: error=2, No such file or directory
...
< /code>
< /blockquote>
docker_compet.yml:
services:
postgres:
image: postgres:15-alpine
ports:
- "12322:5432"
environment:
POSTGRES_USER: test
POSTGRES_PASSWORD: test
POSTGRES_DB: test
Подробнее здесь: https://stackoverflow.com/questions/796 ... ij-debug-m