gitlab for mac
docker
preference
File Sharing
/Users --> /Users/tetsuya
docker run --detach --hostname gitlab.example.com --publish 443:443 --publish 81:80 --name gitlab --restart always --volume /Users/tetsuya/gitlab/config:/etc/gitlab --volume /Users/tetsuya/gitlab/logs:/var/log/gitlab --volume /Users/tetsuya/gitlab/data:/var/opt/gitlab gitlab/gitlab-ce:latest
参考URL
https://qiita.com/masakura/items/e29f1dd4794bcaf066ce
https://qiita.com/ntoreg/items/e1e63077ef0fef1f3ccc
https://sqlazure.jp/r/tips/1546/