Skip to content

Commit 82b6a90

Browse files
committed
Lint
1 parent 4dc6f32 commit 82b6a90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ The OIDC configuration endpoint is available at:
4040

4141
You can test it against another database such as PostgreSQL.
4242

43-
1) Create a Docker network:
43+
1 - Create a Docker network:
4444

4545
```bash
4646
docker network create ssp-oidc-test
4747
```
4848

49-
2) Run a DB container:
49+
2 - Run a DB container:
5050

5151
```bash
5252
docker run --name oidc-db \
@@ -56,7 +56,7 @@ docker run --name oidc-db \
5656
-d postgres:15
5757
```
5858

59-
3) Run SSP (from the prior command) with these additions:
59+
3 - Run SSP (from the prior command) with these additions:
6060

6161
```bash
6262
-e DB.DSN="pgsql:host=oidc-db;dbname=postgres" \

0 commit comments

Comments
 (0)