This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some Jenkinsfile examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo mkdir -p /data/gitlab/{logs,config,data} | |
sudo chown -R jenciso:jenciso /data/gitlab | |
docker run -dti --hostname gitlab.enciso.site \ | |
--name gitlab -p 443:443 -p 80:80 \ | |
-v /data/gitlab/config/:/etc/gitlab | |
-v /data/gitlab/logs/:/var/logs/gitlab | |
-v /data/gitlab/data/:/var/opt/gitlab gitlab/gitlab-ce:latest |
NewerOlder