Skip to content

Commit

Permalink
test: remove docker compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
AleF83 committed Dec 29, 2024
1 parent 2a7c29b commit 50ce30b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ docker pull ghcr.io/soluto/oidc-server-mock:latest
This is the sample of using the server in `docker-compose` configuration:

```yaml
version: '3'
services:
oidc-server-mock:
container_name: oidc-server-mock
Expand Down Expand Up @@ -92,8 +91,8 @@ services:
]
CLIENTS_CONFIGURATION_PATH: /tmp/config/clients-config.json
ASPNET_SERVICES_OPTIONS_INLINE: |
{
"ForwardedHeadersOptions": {
{
"ForwardedHeadersOptions": {
"ForwardedHeaders" : "All"
}
}
Expand Down
2 changes: 0 additions & 2 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
oidc-server-mock:
container_name: oidc-server-mock
Expand Down

0 comments on commit 50ce30b

Please sign in to comment.