Skip to content

Commit

Permalink
updated docker README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Apr 9, 2022
1 parent d8b8f10 commit 4b95293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RADIUS_COA_PORT="3799"
Create a new Docker container from this image (replace `./radius.env` with your own `env` file):

```
docker run -d --name keycloak-radius-plugin --env-file .example.radius.env --restart=always -p 8080:8080 -p1812:1812/udp -p1813:1813/udp vassio/keycloak-radius-plugin
docker run -d --name keycloak-radius-plugin --env-file .example.radius.env --restart=always -p 8080:8080 -p1812:1812/udp -p1813:1813/udp vassio/keycloak-radius-plugin start-dev
```


Expand Down Expand Up @@ -108,7 +108,7 @@ docker stop keycloak-radius-plugin
docker rm keycloak-radius-plugin
set -e
docker build -t keycloak-radius-plugin .
docker run --env-file ./example.radius.env -e KEYCLOAK_ADMIN_PASSWORD="admin" -e KEYCLOAK_ADMIN="admin" --name=keycloak-radius-plugin keycloak-radius-plugin
docker run --env-file ./example.radius.env -e KEYCLOAK_ADMIN_PASSWORD="admin" -e KEYCLOAK_ADMIN="admin" --name=keycloak-radius-plugin keycloak-radius-plugin start-dev
```

Expand Down

0 comments on commit 4b95293

Please sign in to comment.