hitobito / development

Setup your local machine for hitobito development
GNU Affero General Public License v3.0
19 stars 15 forks source link

Update docker-compose.yml User #2

Closed olibrian closed 4 years ago

olibrian commented 4 years ago

Fix user for docker compose

mtnstar commented 4 years ago

your changes make it run as user "root". I fixed and tested it with multiple docker-compose versions on master channel.

since now everything was executed as root, you will probably have some permission problems.

pull changes, chmod -R 1000:1000 app/, docker rm volume hitobito_bundle, re-run setup