Docker-compose setup in PyCharm
Hi all,
I am fairly new to setting up Docker in PyCharm as I am getting this error when I hit run. A few posts say I need to get rid of the semicolon in my Compose Files line but it is not editable.
/usr/bin/docker compose -f /home/david/fact/docker-compose.yml -p fact up -d
unknown shorthand flag: 'f' in -f
`docker-compose` process finished with exit code 125

Has anyone else seen this issue. I hope its not staring me in the face…
Thanks,
请先登录再写评论。
For anyone else learning, do not set up a docker-compose configuration, use a docker image.
Hi Davidcmacdonald,
Does it look similar to IJPL-69384?
I am wondering which version is in use? Would it help to set docker-compose executable as suggested in this comment?