Setting up rasa x with docker-compose without root permissions

Greetings to the community,

has anyone ever tried to install the Dockerized Rasa X with only “normal user” (i.e. non-root) permissions? I have tried setting RASA_HOME to a non-root location (and it worked), but some folders created by install.sh still had root ownership (possibly because of the playbook settings). Is it possible to avoid creating such files? (apart from the files created by installing stuff with sudo apt install of course)

One small note: I am aware that generally docker containers that create files in the host system create files with root ownership, unless the “user” parameter is set to the current user id (see this ), so probably I will have to change the docker-compose file before running the server.

I am running Ubuntu Linux 16.04.

, but some folders created by install.sh still had root ownership (possibly because of the playbook settings).

Mhm, the playbook installation script should actually create the files in the right permissions. Which files are you referring, too?