From 07829c817769c64f479b83cb92e8207c6978e7d5 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Sat, 4 Jan 2025 01:26:04 +0100 Subject: [PATCH] Readme: wrapped lines that were too long --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36f6325..8b88860 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ hesitate to setup your own free trackers!)*. This is a dockerized version of this software made by [erdgeist][erdgeist]. ## Usage -The easiest method is to use the *ready-to-use* image from dockerhub, using `docker compose`. Create a file called `docker-compose.yml` and add the following content: +The easiest method is to use the *ready-to-use* image from dockerhub, using +`docker compose`. Create a file called `docker-compose.yml` and add the +following content: ```yaml services: @@ -22,10 +24,13 @@ services: - ./config:/config ``` -then create a `config` directory in the same folder as the `.yml` file and add the `opentracker.conf`. You can find a fully fletched *(and documented)* version of it in the [`opentracker.conf.sample`][config] file. +then create a `config` directory in the same folder as the `.yml` file and add +the `opentracker.conf`. You can find a fully fletched *(and documented)* version +of it in the [`opentracker.conf.sample`][config] file. ### Build it yourself -You can also clone my [repo][repo] and run `docker compose up` from within. This will build the container on your machine. +You can also clone my [repo][repo] and run `docker compose up` from within. This +will build the container on your machine. Just run ```bash