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 4dc6f32 commit 82b6a90Copy full SHA for 82b6a90
docs/docker.md
@@ -40,13 +40,13 @@ The OIDC configuration endpoint is available at:
40
41
You can test it against another database such as PostgreSQL.
42
43
-1) Create a Docker network:
+1 - Create a Docker network:
44
45
```bash
46
docker network create ssp-oidc-test
47
```
48
49
-2) Run a DB container:
+2 - Run a DB container:
50
51
52
docker run --name oidc-db \
@@ -56,7 +56,7 @@ docker run --name oidc-db \
56
-d postgres:15
57
58
59
-3) Run SSP (from the prior command) with these additions:
+3 - Run SSP (from the prior command) with these additions:
60
61
62
-e DB.DSN="pgsql:host=oidc-db;dbname=postgres" \
0 commit comments