Commit 4d8ce630 authored by Cameron Carney's avatar Cameron Carney

Daemon: requires docker data to be exposed to daemon

parent 22266767
......@@ -69,5 +69,7 @@ services:
- /tmp/pterodactyl:/tmp/pterodactyl
# Docker socket, this is required to function properly.
# Docker socket and directory, needed to communicate to docker
# NOTE: If you are using docker in a different directory, please change below to reflect that!
- /var/lib/docker:/var/lib/docker
- /var/run/docker.sock:/var/run/docker.sock
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment