Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Update README.md #46

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
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
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Drain logs from cloud.gov into your custom logging solution
For deployment

- [Cloud Foundry CLI](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html) (tested with v8)
- [cf-drains-cli plugin](https://github.com/cloudfoundry/cf-drain-cli) (tested with v2.0.0)
- [cf-drains-cli plugin](https://github.com/cloudfoundry/cf-drain-cli) (tested with v2.0.0) (Deprecated, please install from binary release)
- [jq](https://stedolan.github.io/jq/) (tested with 1.6)

For development, add
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
services:
localstack:
container_name: "localstack"
image: localstack/localstack
image: localstack/localstack:1.2.0
healthcheck:
test:
- CMD
Expand Down
Loading