0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gitlab

Posted at

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/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?