Skip to content

Commit

Permalink
Defining port mappings without quotes is ambiguous yaml syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
tasdomas committed Sep 26, 2022
1 parent 21e417c commit 6c0e582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
services:
gitlab:
image: docker://gitlab/gitlab-ce
ports: [8000:8000]
ports: ['8000:8000']
env:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://localhost:8000/gitlab'
Expand Down

2 comments on commit 6c0e582

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.