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 2a7c29b commit 50ce30bCopy full SHA for 50ce30b
README.md
@@ -19,7 +19,6 @@ docker pull ghcr.io/soluto/oidc-server-mock:latest
19
This is the sample of using the server in `docker-compose` configuration:
20
21
```yaml
22
-version: '3'
23
services:
24
oidc-server-mock:
25
container_name: oidc-server-mock
@@ -92,8 +91,8 @@ services:
92
91
]
93
CLIENTS_CONFIGURATION_PATH: /tmp/config/clients-config.json
94
ASPNET_SERVICES_OPTIONS_INLINE: |
95
- {
96
- "ForwardedHeadersOptions": {
+ {
+ "ForwardedHeadersOptions": {
97
"ForwardedHeaders" : "All"
98
}
99
e2e/docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: '3.7'
2
-
3
4
5
0 commit comments