docker-compose integration not working in pycharm
Turns out using the TCP socket
API URL was the way to go. I passed the unix socket to the TCP socket, and it worked.
This is the string i use in the Engine API URL unix:///var/run/docker.sock
.
Found the answer here.