1. Use Docker Compose to configure startupIf you don't know Docker Compose, please read my blog post "Teaching you how to install and use Docker Compose step by step" 1. Create a docker-compose.yml file in the /root directory Use 2. The contents of the docker-compose.yml file are as follows version: '2' services: gitlab: image: 'twang2218/gitlab-ce-zh:11.1.4' restart: unless-stopped # Please change gitlab.example.com:8888 to your server ip/domain name: port number hostname: 'gitlab.example.com:8888' environment: TZ: 'Asia/Shanghai' GITLAB_OMNIBUS_CONFIG: | # Please change http://gitlab.example.com:8888 to your server ip/domain name:port numberexternal_url 'http://gitlab.example.com:8888' gitlab_rails['time_zone'] = 'Asia/Shanghai' # The configurations that need to be configured in gitlab.rb can be configured here, one line per configuration, pay attention to indentation. # For example, the following email configuration: # gitlab_rails['smtp_enable'] = true # gitlab_rails['smtp_address'] = "smtp.exmail.qq.com" # gitlab_rails['smtp_port'] = 465 # gitlab_rails['smtp_user_name'] = "[email protected]" # gitlab_rails['smtp_password'] = "password" # gitlab_rails['smtp_authentication'] = "login" # gitlab_rails['smtp_enable_starttls_auto'] = true # gitlab_rails['smtp_tls'] = true # gitlab_rails['gitlab_email_from'] = '[email protected]' ports: - '8888:8888' - '8443:443' - '822:22' volumes: - config:/etc/gitlab - data:/var/opt/gitlab - logs:/var/log/gitlab volumes: config: data: logs: The configuration content here is extracted from: https://hub.docker.com/r/twang2218/gitlab-ce-zh 3. Use 4. Use 5. Access your server IP/domain name: port number. If you see the following page, you are successful (you need to set a password for the first visit) Note: If you see a 502 page when accessing, please don't worry, because it takes some time for gitlab to start. Wait a few minutes and refresh the page. This is the end of this article about teaching you how to build the Chinese version of gitlab community with Docker. For more relevant content about building gitlab with Docker, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to set an alias for a custom path in Vue
>>: Not a Chinese specialty: Web development under cultural differences
1. Elements and tags in HTML <br />An eleme...
[Required] UserInterface PhotoShop/Fireworks Desi...
Table of contents MySQL multi-version concurrency...
Table of contents Step 1: Installation Step 2: Ci...
Given an array [1,8,5,4,3,9,2], write an algorith...
Preface In actual development, business requireme...
What is load balancing? When a domain name points...
1. Overview Zabbix is a very powerful and most ...
You need to add "gt_" in front of the f...
This article shares the specific code of jQuery t...
Table of contents 1. Index Type 1. B+ Tree 2. Wha...
Prerequisite: Mac, zsh installed, mysql downloade...
Table of contents 1. Import files 2. HTML page 3....
Front-end test page code: <template> <di...
Table of contents 1. Database Operation 1.1 Displ...