forked from FoundKeyGang/FoundKey
docs: Add note about SELinux volume mount option in Docker guide
Something that I've discovered while trying to run FoundKey's docker-compose config on Podman via podman-compose on my Fedora laptop.
This commit is contained in:
parent
340874c252
commit
95ecdeabff
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ You will need to set the database host to `db` and Redis host to `redis` in orde
|
|||
|
||||
|
||||
Edit `docker-compose.yml` if necessary. (e.g. if you want to change the port).
|
||||
If you are using SELinux (eg. you're on Fedora or a RHEL derivative), you'll want to add the `Z` mount flag to the volume mounts to allow the containers to access the contents of those volumes.
|
||||
|
||||
## Build and initialize
|
||||
The following command will build FoundKey and initialize the database.
|
||||
|
|
Loading…
Reference in a new issue