Skip to content

Commit

Permalink
Merge pull request #9 from muellerbe/feature/add-selinux-hint
Browse files Browse the repository at this point in the history
add SELinux hint in README with example
  • Loading branch information
Kraego authored Aug 16, 2023
2 parents d2aef5c + 0ee68b5 commit 1c2b81b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ It consists of:
**YOUR DONE**
## SELinux
If you have SELinux installed and running, add `:Z` to all `volumes` entries in `docker-compose.yaml`, e.g.
```
volumes:
- ./influxdb/data:/var/lib/influxdb2:Z
```
## Improvements
Things I didn't did but would be nice:
Expand Down

0 comments on commit 1c2b81b

Please sign in to comment.