From 671d3913f79111d50dbfaf8e098771d1af17a424 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:57:25 +0200 Subject: [PATCH] Update README.md --- examples/transfer.sh/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/transfer.sh/README.md b/examples/transfer.sh/README.md index 1611309..3347a6f 100644 --- a/examples/transfer.sh/README.md +++ b/examples/transfer.sh/README.md @@ -5,3 +5,5 @@ # Notes Ensure that the bind mount volume can be written by the container. + +The provided container image uses `5000` as PUID and PGID as default. If you want to change those, you have to build the container image locally. Read [here](https://github.com/dutchcoders/transfer.sh#building-the-container) for more details.