Skip to content

Commit

Permalink
Astarte in 5 minutes: use v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Mazzucato <mattia.mazzucato@secomind.com>
  • Loading branch information
matt-mazzucato committed Aug 11, 2023
1 parent 74a4ba1 commit 99979aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pages/tutorials/010-astarte_in_5_minutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Ubuntu 22.04 and macOS 10.15 Catalina, but any other modern operating system sho
To get our Astarte instance running as fast as possible, we will install Astarte's standalone distribution. It includes a tunable Docker Compose which brings up Astarte and every companion service needed for it to work. To do so, simply clone Astarte's main repository and use its scripts to bring it up:

```sh
$ git clone https://github.com/astarte-platform/astarte.git && cd astarte
$ git clone https://github.com/astarte-platform/astarte.git -b v1.1.0 && cd astarte
$ docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer:1.1
$ docker-compose pull
$ docker-compose up -d
Expand Down

0 comments on commit 99979aa

Please sign in to comment.