Docker install w/ persistent data

apparently running docker image with persistent data on ubuntu 16.04 binds does not work, any way to solve that?
docker run -d \
-v nextcloud:/var/www/html \
-v apps:/var/www/html/custom_apps \
-v config:/var/www/html/config \
-v data:/var/www/html/data \
-p 80:80 nextcloud

it gets stuck on “/entrypoint.sh ap…” and shows 503