Community maintained Docker config for the spindle server

compose: expose host docker socket

keea.dog fc97c9e0 95bc67a0

verified
Changed files
+1
+1
docker-compose.yml
···
PORT: ${INTERNAL_PORT:-6555}
volumes:
- ./server:/app
ports:
- "${INTERNAL_PORT:-6555}:${INTERNAL_PORT:-6555}"
restart: always
···
PORT: ${INTERNAL_PORT:-6555}
volumes:
- ./server:/app
+
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "${INTERNAL_PORT:-6555}:${INTERNAL_PORT:-6555}"
restart: always