.effree
.effree
HHomarr
Created by .effree on 9/7/2023 in #💬・get-help
Docker.sock location on Mac server
Thanks anyway. I googled it for 3 days, and just fixed it, kind of by accident. My docker.sock wasn't where it was supposed to be. Using this documentation here: https://docs.docker.com/desktop/mac/permission-requirements/#installing-symlinks i was able to map the connection. I restarted docker, but docker itself was now broken, and nothing would come back online. Going into terminal i was able to bring it back up with docker-machine commands. once i was ablet to set a new environment variable, and bring up a nginx container, i restarted Docker Desktop. All my containers appeared again and started back up. I reran the docker compose for Homarr with the /var/run/docker.sock:/var/run/docker.sock addition and it worked. Had a little heart attack but all is well and this fixed the issue. I believe it is related to the docker version i am running which is 4.11
6 replies