Skip to content

Commit 175effa

Browse files
authored
Issue #77 - Add info about accessing the logs to troubleshoot
Simplified the markdown
1 parent 30b1aba commit 175effa

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,8 @@ To avoid this error, please change the shm size when starting the container by a
105105

106106
In case further investigation is required, the logs can be accessed by mounting their folder. Simply add the following parameter to your `run` command:
107107

108-
* Linux/Mac:
109-
110-
```
111-
-v `pwd`/logs:/var/log:Z
112-
```
113-
114-
* Windows:
115-
```
116-
-v ${PWD}/logs:/var/log:Z
117-
```
108+
* Linux/Mac: ``-v `pwd`/logs:/var/log:Z``
109+
* Windows: ``-v ${PWD}/logs:/var/log:Z``
118110

119111
## Please contribute!
120112

0 commit comments

Comments
 (0)