Skip to content

Commit

Permalink
Merge pull request #811 from Annopaolo/initializer-in-5-minutes
Browse files Browse the repository at this point in the history
Doc: use updated initializer in tutorial
  • Loading branch information
bettio authored Jun 20, 2023
2 parents 02583e4 + a71fa4e commit e0fd426
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 @@ -63,7 +63,7 @@ To get our Astarte instance running as fast as possible, we will install Astarte

```sh
$ git clone https://github.com/astarte-platform/astarte.git && cd astarte
$ docker run -v $(pwd)/compose:/compose astarte/docker-compose-initializer:1.1.0-rc.0
$ 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 e0fd426

Please sign in to comment.