mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
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:
committed by
GitHub
parent
f1d812a768
commit
a464561139
@@ -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:
|
||||
|
||||
@@ -133,8 +133,6 @@ service:
|
||||
Create the `docker-compose.yaml` file:
|
||||
|
||||
```yaml
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
app:
|
||||
build: ./app
|
||||
|
||||
Reference in New Issue
Block a user