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 --
Mit Docker Compose MÜSSEN Sie `network_mode: "host"` verwenden, um sicherzustellen, dass die Lizenzierung funktioniert. Installieren Sie Docker mit dieser [Anleitung](https://docs.docker.com/engine/install), um sicherzustellen, dass es auf dem neuesten Stand ist!
Kopieren Sie den folgenden Text in die Datei `docker-compose.yml`.
Kopieren Sie den folgenden Text in die Datei `compose.yml`.
```yaml

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