Skip to content

Commit 1463f1a

Browse files
authored
Remove GITLAB_BASE_URL and GITLAB_API_TOKEN examples
1 parent 56a1b9b commit 1463f1a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ Or you can run it with a TOML configration file
7878
```bash
7979
docker run \
8080
-p 8080:8080 \
81-
-e GITLAB_BASE_URL=https://gitlab.com \
82-
-e GITLAB_API_TOKEN=my_token \
8381
-v ./config.toml:/app/config.toml \
8482
larscom/gitlab-ci-dashboard:latest
8583
```
@@ -117,8 +115,6 @@ Mount the `config.toml` inside the container (`/app/config.toml`)
117115
```bash
118116
docker run \
119117
-p 8080:8080 \
120-
-e GITLAB_BASE_URL=https://gitlab.com \
121-
-e GITLAB_API_TOKEN=my_token \
122118
-v ./config.toml:/app/config.toml \
123119
larscom/gitlab-ci-dashboard:latest
124120
```

0 commit comments

Comments
 (0)