Community maintained Docker config for the spindle server

Compare changes

Choose any two refs to compare.

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