Skip to content

Commit 41d656b

Browse files
committed
documentation in probe - folder rights
Signed-off-by: Stefan Bischof <[email protected]>
1 parent b6e9d12 commit 41d656b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/cubeserver/setup/app.probe.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ docker run --name probe \
9191
##### Container Parameters Explained
9292

9393
- `--name probe`: Container name
94-
- `-v ~/temp/probe/catalog:/app/catalog/:rw,Z`: Mount local catalog directory (read-only with SELinux context)
94+
- `-v ~/temp/probe/catalog:/app/catalog/:rw,Z`: Mount local catalog directory ( read-write with SELinux context)
9595
- `-v ~/temp/probe/output:/app/output/:rw,Z` mount the output folder e.g. for documnetation
9696
- `-p 8095:8080`: Map host port 8095 to container port 8080
9797
- `-d`: Run in detached mode
@@ -115,7 +115,6 @@ services:
115115
- type: bind
116116
source: ~/temp/probe/catalog
117117
target: /app/catalog/
118-
read_only: true
119118
bind:
120119
selinux: Z
121120
- type: bind

0 commit comments

Comments
 (0)