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

Commit

Permalink
fix: superuser creation docker section
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene authored Sep 25, 2023
1 parent bb822ef commit 83e8212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ docker build . -t mira:3.0.2
3. Once this is done, you can simply start-up MIRA by running:

```sh
docker run --rm -it --env CREATE_SUPERUSER -p 8000:8000 -v ./db:/code/db mira:3.0.2
docker run --rm -it --env CREATE_SUPERUSER=true -p 8000:8000 -v ./db:/code/db mira:3.0.2
```
When asked for, enter your email and password for your superuser.

Expand Down

0 comments on commit 83e8212

Please sign in to comment.