Skip to content

Instantly share code, notes, and snippets.

@bdunnette
Created September 16, 2022 20:56
Show Gist options
  • Save bdunnette/ec44a770900a4f053b66a09755ab23a6 to your computer and use it in GitHub Desktop.
Save bdunnette/ec44a770900a4f053b66a09755ab23a6 to your computer and use it in GitHub Desktop.
compose file for quick Dremio OSS demo server
version: "3"
services:
dremio:
image: dremio/dremio-oss:latest
container_name: dremio-oss
ports:
- "9047:9047"
- "31010:31010"
- "45678:45678"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment