Skip to content

Commit

Permalink
fix(site): docker-compose deprecated (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
PandeoF1 committed Mar 20, 2024
1 parent 6c533f5 commit 81933ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Quick preview

* Download [docker-compose.yml](https://raw.githubusercontent.com/tchiotludo/akhq/master/docker-compose.yml) file
* run `docker-compose pull` to be sure to have the last version of AKHQ
* run `docker-compose up`
* run `docker compose pull` to be sure to have the last version of AKHQ
* run `docker compose up`
* go to [http://localhost:8080](http://localhost:8080)

It will start a Kafka node, a Zookeeper node, a Schema Registry, a Kafka Connect, fill with some sample data, start a consumer
Expand Down

0 comments on commit 81933ca

Please sign in to comment.