Created
April 25, 2023 04:54
-
-
Save ekanant/2956c2d25e6be313d486e80aa106cc32 to your computer and use it in GitHub Desktop.
Docker compose for start a simple standalone scylladb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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