MacOS
#
Permissions IssuesMacOS will throw errors about being unable to access the docker socket (/var/run/docker.sock
) in order to resolve this problem you'll need to run with PUID=0
and PGID=0
environment variables set.
Here's an example docker-compose:
docker-compose.yml
Please note that the above docker-compose sets up a compose directory for managing compose projects. You'll need to change the paths to fit your system or remove these if you're not going to be using docker-compose