Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 77e79ea

Browse files
author
Chris Wiechmann
committed
Going to create release 1.0.0-RC4
1 parent bf4c3e3 commit 77e79ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Obviously this solution also supports enterprise deployments using a distributed
9696

9797
To get started please download the release package from the GitHub project onto your machine:
9898
```
99-
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v1.0.0-RC3/axway-apim-elk-v1.0.0-RC3.tar.gz -O - | tar -xvz
99+
wget --no-check-certificate https://github.com/Axway-API-Management-Plus/apigateway-openlogging-elk/releases/download/v1.0.0-RC4/axway-apim-elk-v1.0.0-RC4.tar.gz -O - | tar -xvz
100100
```
101101
And rename the provided file `env-sample` to `.env`.
102102

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ services:
9191

9292
# This is the API-Builder project exposing the API-Gateway Manager REST-API
9393
apibuilder4elastic:
94-
image: cwiechmann/apibuilder4elastic:v1.0.0-RC3
94+
image: cwiechmann/apibuilder4elastic:v1.0.0-RC4
9595
container_name: apibuilder4elastic
9696
environment:
9797
- ELASTICSEARCH_HOSTS=${ELASTICSEARCH_HOSTS}

0 commit comments

Comments
 (0)