MENU

GitLab私有化部署安装

February 13, 2020 • Git

docker run -tid \
 -p 80:80 \
 -p 22:22 \
 --name gitlab \
 --restart always\
 -v /home/gitlab/config:/etc/gitlab \
 -v /home/gitlab/logs:/var/log/gitlab \
 -v /home/gitlab/data:/var/opt/gitlab \
 gitlab/gitlab-ce:latest
Last Modified: June 18, 2022
Archives QR Code
QR Code for this page
Tipping QR Code