programming  gitlab

  Inhaltsverzeichnis:

GitLab

2023-11-24 / 2024-08-21

Notes...

Install

nano .profile
 export GITLAB_HOME=/srv/gitlab

Run

sudo docker run --detach \
  --hostname gitlab.l0la59.l11 \
  --publish 8443:443 --publish 8080:80 --publish 2222:22 \
  --name gitlab \
  --restart always \
  --volume $GITLAB_HOME/config:/etc/gitlab \
  --volume $GITLAB_HOME/logs:/var/log/gitlab \
  --volume $GITLAB_HOME/data:/var/opt/gitlab \
  --shm-size 256m \
  gitlab/gitlab-ce

Reverse Proxy