docker-gitlab   项目名称变成容器ID

 

处理:在运行的时候指定--hostname 

docker run --detach --hostname git.imebo.com --publish 8888:80 --publish 10443:443 --publish 10022:22 --name gitlab_web --restart always --volume /home/gitlab/config:/etc/gitlab --volume /home/gitlab/logs:/var/log/gitlab --volume /home/gitlab/data:/var/opt/gitlab docker.io/twang2218/gitlab-ce-zh

相关文章:

  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2021-11-22
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-10-03
  • 2021-09-12
  • 2021-06-25
  • 2023-03-21
  • 2023-03-16
相关资源
相似解决方案