docker build -t redmine2gitlab .
docker run -it --rm -v "$PWD":/redmine2gitlab -w /redmine2gitlab redmine2gitlab /bin/bashedit the following
Redmine::Host = ''
Redmine::APIKey = ''Gitlab.configure do |config|
config.endpoint = ''
config.private_token = ''
end next if not gitlab_project.name == 'YOUR-PROJECT-NAME'