luke.b//blog

< back to logs after before

I’ve got docker and docker-compose up and running on my server, but I’m having difficulty getting the git user to access the docker daemon.

I was planning on having the git user that runs the build scripts also run the docker-compose up required to restart services. I think it’s safe to say that if the git user is already rebuilding my entire blog, it’s no worse for it to also restart my nginx service via docker.

So I need to give access to the docker daemon to the git user.