From 8d56bd031b97be5ef06c52b469c2ad157d4bf40a Mon Sep 17 00:00:00 2001 From: DrHauss Date: Fri, 16 May 2025 11:23:27 +0200 Subject: [PATCH] Update README.md - Correct Typo in Docker Compose Section In Docker Compose Section of README.md the value "hotname" is wrong. I think this is a typo and should be "hostname" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 340d1d4..aa2a4d5 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ services: mqdockerup: image: micrib/mqdockerup:latest container_name: mqdockerup - hotname: mqdockerup + hostname: mqdockerup restart: always environment: MAIN_CONTAINERCHECKINTERVAL: "5m"