Merge pull request #25227 from emmayusufu/docs/remove-obsolete-compose-version

docs: remove obsolete compose version field from Go and OpenTelemetry guides
This commit is contained in:
Kimaswa Emmanuel Yusufu
2026-06-02 09:37:37 +03:00
committed by GitHub
parent f1d812a768
commit a464561139
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -524,8 +524,6 @@ In this section, you'll create a Docker Compose file to start your `docker-gs-pi
In your application's directory, create a new text file named `compose.yaml` with the following content.
```yaml
version: "3.8"
services:
docker-gs-ping-roach:
depends_on:
-2
View File
@@ -133,8 +133,6 @@ service:
Create the `docker-compose.yaml` file:
```yaml
version: '3.9'
services:
app:
build: ./app