diff --git a/docker-compose/README.md b/docker-compose/README.md new file mode 100644 index 0000000..b0d2bcc --- /dev/null +++ b/docker-compose/README.md @@ -0,0 +1,11 @@ +# Docker Compose + +This folder contains the Docker Compose configuration files for the Homelab services. + +## Usage + +Run the following command to see the available commands: + +```bash +make help +```