Tomasz Król

Results 15 comments of Tomasz Król

I'm on vacations, plese gimme a few days to look at it.

By default, for the ease of accessing Redis from other containers via Docker networking, the "Protected mode" is turned off by default. This means there is no user:password settings to...

Is there any workaround? my dirty solution is: ```shell docker exec -u root -it compose_web_1 chmod a+rwx /var/openproject -R

Same here, any resolution?

My soluton: I've decided to fork the repo then commented out operations in the migration 0004 which causes problem. You can take a look at it: https://github.com/twkrol/django-plans/blob/master/plans/migrations/0004_create_user_plans.py