Skip to content

Commit

Permalink
Removed KAUI_SECRET_KEY_BASE from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmabidikar committed Mar 18, 2024
1 parent 6488f24 commit 0cd7a3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions userguide/getting-started/includes/docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The next step is to create a YAML file called `docker-compose.yml`, similar to t

Ensure that you specify the latest versions of the Kill Bill, Kaui and MariaDB images in your `docker-compose` file. The latest versions at the time of writing are as follows:

* Kill Bill - `killbill/killbill:0.24.7`
* Kill Bill - `killbill/killbill:0.24.9`
* Kaui - `killbill/kaui:3.0.6`
* MariaDB - `killbill/mariadb:0.24`

Expand All @@ -52,7 +52,7 @@ volumes:
db:
services:
killbill:
image: killbill/killbill:0.24.7
image: killbill/killbill:0.24.9
ports:
- "8080:8080"
environment:
Expand All @@ -69,7 +69,6 @@ services:
- KAUI_CONFIG_DAO_USER=root
- KAUI_CONFIG_DAO_PASSWORD=killbill
- KAUI_KILLBILL_URL=http://killbill:8080
- KAUI_SECRET_KEY_BASE=<any string value>
db:
image: killbill/mariadb:0.24
volumes:
Expand Down

0 comments on commit 0cd7a3a

Please sign in to comment.