From 0341940b6dc4655546361e0c9d53ebc3c6cdb6bd Mon Sep 17 00:00:00 2001 From: Adrian Perez Date: Sun, 5 Oct 2025 01:05:44 -0700 Subject: [PATCH] docs: fix expected config location in volume mount --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21dbb08..383906b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ services: ports: - 8481:8481 volumes: - - /path/to/config.yaml:/app/config.yaml + - /path/to/config.yaml:/config/config.yaml - /path/to/logs:/logs environment: - LOG_LEVEL=info