From 6c37cf27189a74b5038e9581925c362f897f3909 Mon Sep 17 00:00:00 2001 From: "Luis P. Galeas" Date: Sun, 10 Nov 2024 21:47:03 +0000 Subject: [PATCH] Clarify configuration file setup in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 144dea1..e5c457c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ and with delivery guarantees (at least once). ### Setup -Create a configuration file, and mount it into the emulator's container at `/opt/emulator/config/config.yaml`. +Create a configuration file and mount it to the emulator container. For example, if you are using `docker compose`: