1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

Update README.md

Fixed some grammar

Signed-off-by: Edwin Amsler <EdwinGuy@GMail.com>
This commit is contained in:
Edwin Amsler 2025-02-03 10:12:21 -06:00 committed by GitHub
parent 18f59bdb09
commit a68a8e2617
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,8 @@ services:
- 3000:3000
```
The compose file defines a stack with two services `prometheus` and `grafana`.
When deploying the stack, docker compose maps port the default ports for each service to the equivalent ports on the host in order to inspect easier the web interface of each service.
When deploying the stack, docker compose maps the default ports for each service to the equivalent ports on the host for easier access to the web interface of each service.
Make sure the ports 9090 and 3000 on the host are not already in use.
## Deploy with docker compose