Skip to content

Instantly share code, notes, and snippets.

@ekanant
Created April 25, 2023 04:54
Show Gist options
  • Select an option

  • Save ekanant/2956c2d25e6be313d486e80aa106cc32 to your computer and use it in GitHub Desktop.

Select an option

Save ekanant/2956c2d25e6be313d486e80aa106cc32 to your computer and use it in GitHub Desktop.
Docker compose for start a simple standalone scylladb
version: '3.9'
services:
scylladb:
image: "scylladb/scylla:5.1.8"
ports:
- "9042:9042"
volumes:
- "./docker-data/scylla/:/var/lib/scylla/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment