Forked from https://github.com/chakki-works/doccano
docker exec doccano tools/create-admin.sh "admin" "admin@example.com" "password"
$ git remote add upstream https://github.com/chakki-works/doccano.git
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
$ git push
docker exec doccano tools/create-admin.sh "admin" "admin@example.com" "admin123"