diff --git a/bridges/general/docker-setup.md b/bridges/general/docker-setup.md index cefcf4d..0d45158 100644 --- a/bridges/general/docker-setup.md +++ b/bridges/general/docker-setup.md @@ -44,7 +44,7 @@ arm64 images. Replace `` with the version you want to run (e.g. `latest` or `v0.6.0`). 2. Run the container for the first time, so it can create a config file for you: ``` - docker run --rm -v `pwd`:/data:z dock.mau.dev/mautrix/$bridge: + docker run --rm --env UID=$(id -u) --env GID=$(id -g) -v `pwd`:/data:z dock.mau.dev/mautrix/$bridge: ``` 3. Update the config to your liking. You'll at least need to change the homeserver settings, appservice address, database address and bridge