Skip to content

Commit ccd804e

Browse files
authored
README: add FAQ for permission issues (#451)
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 1e7ff37 commit ccd804e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,14 @@ through a [GitHub issue](https://github.com/fluent/fluentd-docker-image/issues).
188188
[fluentd-1-debian-armhf]: https://github.com/fluent/fluentd-docker-image/blob/master/v1.19/armhf/debian/Dockerfile
189189
[fluentd-1-ltsc2019-windows]: https://github.com/fluent/fluentd-docker-image/blob/master/v1.19/windows-ltsc2019/Dockerfile
190190
[fluentd-1-ltsc2022-windows]: https://github.com/fluent/fluentd-docker-image/blob/master/v1.19/windows-ltsc2019/Dockerfile
191+
192+
193+
## FAQ
194+
195+
### Permission Issues with v1.19+
196+
197+
Due to a change in the default UID in `vX.Y-A` and `vX.Y.Z-A.B` images since v1.19,
198+
you may encount permission errors when writing to mounted volumes.
199+
To resolve this, please chown your data directories to the new UID.
200+
201+
For more details, please refer to [#448](https://github.com/fluent/fluentd-docker-image/issues/448).

0 commit comments

Comments
 (0)