Remove Compose Version tag, Because its obsolete (Fix WARN[0000] /.../compose.yml: version is obsolete)

This commit is contained in:
Leon Hubrich 2024-05-17 11:33:27 +00:00
parent 3f7b08c5b6
commit 2d077afe2b
11 changed files with 0 additions and 12 deletions

View File

@ -36,8 +36,6 @@ Sie können die Protokolle mit `docker logs hbbs` ansehen, wenn sie mit `-td` ni
#### Docker Compose-Beispiele
Um die Dockerdateien mit `docker-compose.yml` wie hier beschrieben ausführen zu können, müssen Sie [Docker Compose](https://docs.docker.com/compose/) installiert haben.
```yaml
version: '3'
services:
hbbs:
container_name: hbbs

View File

@ -36,7 +36,6 @@ If you can not see logs with `-td`, you can see logs via `docker logs hbbs`. Or
#### Docker Compose examples
For running the Docker files with the `docker-compose.yml` as described here you need to have [Docker Compose](https://docs.docker.com/compose/) installed.
```yaml
version: '3'
services:
hbbs:

View File

@ -61,7 +61,6 @@ Si `--net=host` fonctionne , l'option `-p` ne sera pas utile. Pour windows, omet
Pour exécuter les fichiers docker avec docker-compose.yml comme ci-dessous, vous devez avoir [**docker-compose**] (https://docs.docker.com/compose/) d'installé.
```yaml
version: '3'
networks:
rustdesk-net:

View File

@ -58,7 +58,6 @@ Als `--net=host` goed werkt, worden de `-p` opties niet gebruikt. Indien op Wind
### Docker-Compose voorbeelden
Voor het uitvoeren van de dockerbestanden met de docker-compose.yml zoals hier beschreven heb je [**docker-compose**](https://docs.docker.com/compose/) nodig en werkende.
```yaml
version: '3'
networks:
rustdesk-net:

View File

@ -71,7 +71,6 @@ sudo docker run --name hbbr -p 21117:21117 -p 21119:21119 -v `pwd`:/root -td --n
##### Docker Compose
```yaml
version: '3'
networks:
rustdesk-net:

View File

@ -37,7 +37,6 @@ Sie könnten die Zeile mit `hbbs` vorübergehend in die LAN-IP Ihres NAS ändern
![](images/dsm7_creating_project_init.png)
```yaml
version: '3'
services:
hbbs:
container_name: hbbs

View File

@ -37,7 +37,6 @@ You could modify the line with `hbbs` to your NAS's LAN IP temporarily just like
![](images/dsm7_creating_project_init.png)
```yaml
version: '3'
services:
hbbs:
container_name: hbbs

View File

@ -35,7 +35,6 @@ Container Manager 為部分低階的 ARM64 的機型帶來支援,例如 j 系
![](images/dsm7_creating_project_init.png)
````yaml
version: '3'
services:
hbbs:
container_name: hbbs

View File

@ -177,7 +177,6 @@ You could modify the line with `hbbs` to your server's LAN IP temporarily (If y
Having problem after you changed LAN IP to domain? You should check [this article](/docs/en/self-host/nat-loopback-issues/).
{{% /notice %}}
```yml
version: '3'
services:
hbbs:
container_name: hbbs

View File

@ -33,7 +33,6 @@ Mit Docker Compose MÜSSEN Sie `network_mode: "host"` verwenden, um sicherzustel
Kopieren Sie den folgenden Text in die Datei `docker-compose.yml`.
```yaml
version: '3'
services:
hbbs:

View File

@ -33,7 +33,6 @@ With Docker Compose you HAVE to use `network_mode: "host"` to ensure licensing w
Copy the below into `docker-compose.yml`.
```yaml
version: '3'
services:
hbbs: