risingwave-demo-deprecated
risingwave-demo-deprecated copied to clipboard
May mention docker installation and use docker compose v2 in README
As mentioned in https://github.com/risingwavelabs/risingwave-docs/issues/134, we may need some extra configuration to enable docker compose v2 to run the docker compose file.
We may mention some links to install docker
and docker-compose
and also tell the macOS user to enable docker compose V2 before they start using docker-compose
.
Besides, after I enable docker compose V2, I still cannot run docker-compose up
under, for example, the ad-click
directory, and it reports
(root) Additional property name is not allowed
I have to comment the line name
to make it run.
name: risingwave-compose
# name: risingwave-compose