docker run --name gitlab -d \ --hostname git.xxx.com \ -v /etc/localtime:/etc/localtime:ro \ -v /home/gitlab/config:/etc/gitlab \ -v /home/gitlab/logs:/var/log/gitlab \ -v /home/gitlab/data:/var/opt/gitlab \ --restart always \ -p 443:443 \ -p 8080:80 \ -p 22:22 \ gitlab/gitlab-ce
|