From 60b3599c6343a12a4fbcb4dc1cb2bd1e58f80471 Mon Sep 17 00:00:00 2001 From: markiewb Date: Wed, 29 Jul 2020 21:39:24 +0200 Subject: [PATCH] Update readme.md with troubleshooting of #41 (#51) It has been proposed by others to include it in the readme.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5103276..1dac066 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,13 @@ digraph G { ![display renderer](resources/display.png) +### Troubleshooting + +#### Getting "failed to open stream: Permission denied"? + +Make sure the target directory is writeable by the user in the Docker container. +Or create a writeable directory first. See [workaround #41](https://github.com/pmsipilot/docker-compose-viz/issues/41#issuecomment-483384999) + ## License The MIT License (MIT)