Update 'etcd-inmemory-monitoring/README.md'

This commit is contained in:
erik 2023-04-10 19:32:06 +00:00
parent 6d2eb2c72e
commit 3be4375d6d

View File

@ -15,7 +15,7 @@ See [here](https://brakkee.org/site/2023/02/14/silencing-kubernetes-at-home/).
Build the docker image (after changing the docker repo URL in the `docker-compose.yaml` and in the `deployment.yaml`): Build the docker image (after changing the docker repo URL in the `docker-compose.yaml` and in the `deployment.yaml`):
``` ```
docker compose Build docker compose build
docker compose push docker compose push
``` ```