Skip to content

Commit 7b295b3

Browse files
Update content/guides/go-prometheus-monitoring/compose.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent ca82136 commit 7b295b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/go-prometheus-monitoring/compose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Now that you have containerized the Golang application, you will use Docker Comp
1212

1313
Create a new file named `compose.yml` in the root directory of your Golang application. The Docker Compose file contains instructions to run multiple services and connect them together.
1414

15-
Here is a Docker Compose file for a Golang application, Prometheus, and Grafana services. You will also find this file in the `go-prometheus-monitoring` directory.
15+
Here is a Docker Compose file for a project that uses Golang, Prometheus, and Grafana. You will also find this file in the `go-prometheus-monitoring` directory.
1616

1717
```yaml
1818
services:

0 commit comments

Comments
 (0)