We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21e417c + 6c0e582 commit fd2b758Copy full SHA for fd2b758
.github/workflows/gitlab.yml
@@ -6,7 +6,7 @@ jobs:
6
services:
7
gitlab:
8
image: docker://gitlab/gitlab-ce
9
- ports: [8000:8000]
+ ports: ['8000:8000']
10
env:
11
GITLAB_OMNIBUS_CONFIG: |
12
external_url 'http://localhost:8000/gitlab'
0 commit comments