Skip to content
代码片段 群组 项目
未验证 提交 dd786157 编辑于 作者: Achilleas Pipinellis's avatar Achilleas Pipinellis 提交者: GitLab
浏览文件

Merge branch 'myacksmith-master-patch-c128' into 'master'

Doc: Update name to container_name for docker compose

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143133



Merged-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Co-authored-by: default avatarAmaury Yacksmith <7647900-myacksmith@users.noreply.gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -230,7 +230,7 @@ install, and upgrade your Docker-based GitLab installation: ...@@ -230,7 +230,7 @@ install, and upgrade your Docker-based GitLab installation:
services: services:
gitlab: gitlab:
image: gitlab/gitlab-ee:<version>-ee.0 image: gitlab/gitlab-ee:<version>-ee.0
name: gitlab container_name: gitlab
restart: always restart: always
hostname: 'gitlab.example.com' hostname: 'gitlab.example.com'
environment: environment:
...@@ -268,7 +268,7 @@ version: '3.6' ...@@ -268,7 +268,7 @@ version: '3.6'
services: services:
gitlab: gitlab:
image: gitlab/gitlab-ee:<version>-ee.0 image: gitlab/gitlab-ee:<version>-ee.0
name: gitlab container_name: gitlab
restart: always restart: always
hostname: 'gitlab.example.com' hostname: 'gitlab.example.com'
environment: environment:
...@@ -309,7 +309,7 @@ Here's an example that deploys GitLab with four runners as a [stack](https://doc ...@@ -309,7 +309,7 @@ Here's an example that deploys GitLab with four runners as a [stack](https://doc
services: services:
gitlab: gitlab:
image: gitlab/gitlab-ee:<version>-ee.0 image: gitlab/gitlab-ee:<version>-ee.0
name: gitlab container_name: gitlab
restart: always restart: always
hostname: 'gitlab.example.com' hostname: 'gitlab.example.com'
ports: ports:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册