Access Rights Drop Down Empty

Hey there - Im having this same issue here. Im following the docker install info (Docker and Docker). I tried to customize the dashboard login with this docker command:
docker run -d --name tyk_dashboard -p 3000:3000 --link tyk_redis:redis --link tyk_mongo:mongo --link tyk_gateway:tyk_gateway -v $(pwd)/tyk_analytics.with_mongo_and_gateway.conf:/opt/tyk-dashboard/tyk.conf tykio/tyk-dashboard

However, when I try to create a policy it looks for access rights which is always blank. How do I get something in there?