diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index 5e1ab40..3f79368 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -68,6 +68,10 @@ Please refer to the Docker documentation for more information: * [Docker run - Set environment variables](https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file) +### Permission issues with Linux hosts + +When bounding volumes between the container and the host, files mirrored from the Docker container will be owned by the Docker user (in most setups this is `root`). Please refer to this [issue comment](https://github.com/Tyrrrz/DiscordChatExporter/issues/800#issuecomment-1030471970) for instructions on how to override this behavior. + ### Build Docker images for arm on Raspberry Pi If you use the Docker image on arm (for example Raspberry Pi), you'd build the image as below.