sudo docker run --detach \
    --env GITLAB_OMNIBUS_CONFIG="external_url 'http://192.168.1.30:8087/'; gitlab_rails['lfs_enabled'] = true;" \
    --publish 8743:443 --publish 8780:80 --publish 8722:22 \
    --name gitlab \
    --restart always \
    --volume /srv/gitlab/config:/etc/gitlab \
    --volume /srv/gitlab/logs:/var/log/gitlab \
    --volume /srv/gitlab/data:/var/opt/gitlab \
    gitlab/gitlab-ce:latest
  1. GitLab Docker images

相关文章:

  • 2022-02-16
  • 2022-12-23
  • 2021-09-07
  • 2021-12-13
  • 2021-09-17
  • 2022-01-04
  • 2022-12-23
  • 2021-09-08
猜你喜欢
  • 2022-03-02
  • 2022-03-03
  • 2021-10-08
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案