docker_compose(role): remove unnecessary hosts section from README

The hosts section isn't really relevant for that role, so remove it.
This commit is contained in:
June 2025-10-25 00:00:58 +02:00
commit e390b7c202
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -13,10 +13,6 @@ Should work on Debian-based distributions.
For the required arguments look at the [`argument_specs.yaml`](./meta/argument_specs.yaml). For the required arguments look at the [`argument_specs.yaml`](./meta/argument_specs.yaml).
## `hosts`
The `hosts` for this role need to be the machines, for which you want to make sure the given Compose file is deployed and all services of it are up-to-date and running.
## Links & Resources ## Links & Resources
- <https://docs.docker.com/compose/> - <https://docs.docker.com/compose/>