I followed all steps described here: https://docs.docker.com/compose/django/
Everything runs, but the problem is that created files are owned by root
. I have no idea how to change it.
I'm able to run docker run hello-world
- no sudo
required.
The command I run: docker-compose run web django-admin.py startproject composeexample .
Any clues how to force compose to use my user as the owner?