1
0
Fork 0

Remove obsolete version field in compose files

This commit is contained in:
Thomas Mauran 2025-05-28 17:16:08 +02:00 committed by GitHub
parent 6a54f1f66c
commit 0b4058dde0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 0 additions and 80 deletions

View file

@ -42,7 +42,6 @@ With Docker, Traefik can leverage labels attached to a container to generate rou
Attaching labels to containers (in your docker compose file)
```yaml
version: "3"
services:
my-container:
# ...
@ -55,7 +54,6 @@ With Docker, Traefik can leverage labels attached to a container to generate rou
Forward requests for `http://example.com` to `http://<private IP of container>:12345`:
```yaml
version: "3"
services:
my-container:
# ...
@ -78,7 +76,6 @@ With Docker, Traefik can leverage labels attached to a container to generate rou
In this example, requests are forwarded for `http://example-a.com` to `http://<private IP of container>:8000` in addition to `http://example-b.com` forwarding to `http://<private IP of container>:9000`:
```yaml
version: "3"
services:
my-container:
# ...