#!/bin/bash echo "Nextcloud -> occ db:add-missing-indices" docker exec 4c0d311d12be /bin/bash occ db:add-missing-indices; echo "done"