We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a1b9b commit 1463f1aCopy full SHA for 1463f1a
README.md
@@ -78,8 +78,6 @@ Or you can run it with a TOML configration file
78
```bash
79
docker run \
80
-p 8080:8080 \
81
- -e GITLAB_BASE_URL=https://gitlab.com \
82
- -e GITLAB_API_TOKEN=my_token \
83
-v ./config.toml:/app/config.toml \
84
larscom/gitlab-ci-dashboard:latest
85
```
@@ -117,8 +115,6 @@ Mount the `config.toml` inside the container (`/app/config.toml`)
117
115
118
116
119
120
121
122
123
124
0 commit comments