-
Create
.env
cp .env.example .env
-
Build Docker image and start development server
docker compose up --build
-
Open the following link in your browser
docker compose run --rm container-cleaner
https://koyashiro.github.io/rdbms-playground
- Due to the upgrade of Docker Compose, the
docker-compose
command may have been replaced bydocker compose
.