Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions userguide/getting-started/includes/docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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.16`
* Kaui - `killbill/kaui:4.0.2`
* Kaui - `killbill/kaui:4.0.4`
* MariaDB - `killbill/mariadb:0.24`

[source,yaml]
Expand All @@ -61,7 +61,7 @@ services:
- KILLBILL_DAO_PASSWORD=killbill
- KILLBILL_CATALOG_URI=SpyCarAdvanced.xml
kaui:
image: killbill/kaui:4.0.2
image: killbill/kaui:4.0.4
ports:
- "9090:8080"
environment:
Expand Down
Loading