Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
shore
gitlab-docker
Compare revisions
2f4c548bd59d10814545821f1d6ce7184a5e686c to d722d5593b38642bf9fb245d03f6906a17a57a6e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
shore/gitlab-docker
Select target project
No results found
d722d5593b38642bf9fb245d03f6906a17a57a6e
Select Git revision
Branches
master
1 result
Swap
Target
shore/gitlab-docker
Select target project
shore/gitlab-docker
1 result
2f4c548bd59d10814545821f1d6ce7184a5e686c
Select Git revision
Branches
master
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Compose: Remove the version field.
· 9375841d
nimrod
authored
1 month ago
It's not supported anymore and Compose complains about it.
9375841d
Update GitLab.
· d722d559
nimrod
authored
1 month ago
d722d559
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+1
-2
1 addition, 2 deletions
docker-compose.yml
with
1 addition
and
2 deletions
docker-compose.yml
View file @
d722d559
---
---
version
:
'
3.7'
services
:
services
:
gitlab
:
gitlab
:
image
:
registry.hub.docker.com/gitlab/gitlab-ce:17.1
0.0
-ce.0
image
:
registry.hub.docker.com/gitlab/gitlab-ce:17.1
1.1
-ce.0
restart
:
always
restart
:
always
environment
:
environment
:
# yamllint disable rule:line-length
# yamllint disable rule:line-length
...
...
This diff is collapsed.
Click to expand it.