- The Desktop Application interfacing this project, created and maintained by Damien (ArduousKokuhaku52)
- Open a terminal window and navigate to the directory where the
docker-compose.ymlfile is located.
cd /path/to/the/docker-compose.yml- Run the following command to start the api and database containers:
docker compose up -d- To stop the containers:
docker compose down- Or, to stop the containers and remove the volumes:
docker compose down -v