From 40a56ceb583712418c541e3ef838f0de2de99882 Mon Sep 17 00:00:00 2001 From: Steven Kast Date: Sat, 19 Mar 2022 16:06:38 -0400 Subject: [PATCH] Fixing docker-compose example volume path The container root folder is not needed and causes directory unknown errors. --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 03790efe..ceac3a31 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -89,7 +89,7 @@ services: container_name: Dashy # Pass in your config file below, by specifying the path on your host machine # volumes: - # - /root/my-config.yml:/app/public/conf.yml + # - /root/my-config.yml:/public/conf.yml ports: - 4000:80 # Set any environmental variables