Update README.md

This commit is contained in:
Marc Tönsing 2021-04-16 21:50:32 +02:00 committed by GitHub
parent 2c4b184ebc
commit da3c48bc40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,8 @@ docker run --rm \
You can get the desired UID/GID (xxx) with the ID command (id username) then add the following to your docker run command:
```-e PUID=xxx
```sh
-e PUID=xxx
-e PGID=xxx
```