Skip to content

Commit 4b29072

Browse files
committed
Fix typos
1 parent f12efdb commit 4b29072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EnvironmentVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- .env
1010
- `VSAC_API_KEY`
1111
- `COMPOSE_PROJECT_NAME`
12-
- docker-compose.yml, docker-compose-dev.yml
12+
- docker-compose.yml, docker-compose-dev.yml, docker-compose-local-build.yml
1313
- keycloak
1414
- `KEYCLOAK_ADMIN`
1515
- `KEYCLOAK_ADMIN_PASSWORD`

SSLSetupGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ keytool -genkeypair -alias localhost -keyalg RSA -keysize 2048 -validity 365 -ke
2222
docker run --volume=/tmp/certs:/certs -p 8543:8543 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin codexrems/keycloak:REMSvCurrent start --import-realm --http-enabled=false --hostname=localhost --https-key-store-file=/certs/server.keystore --https-key-store-password=secret --https-port=8543
2323
```
2424

25-
### Docker-compose
25+
### Docker Compose
2626

2727
```docker-compose
2828
keycloak:

0 commit comments

Comments
 (0)