change filename in docs

This commit is contained in:
Leon Hubrich
2024-05-17 11:39:24 +00:00
parent 2d077afe2b
commit baba3410c5
11 changed files with 15 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ sudo docker run --name hbbr -p 21117:21117 -p 21119:21119 -v ./data:/root -td --
With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing works. Install Docker using this [guide](https://docs.docker.com/engine/install) to ensure its the most up to date!
Copy the below into `docker-compose.yml`.
Copy the below into `compose.yml`.
```yaml