Skip to content

Commit

Permalink
fix adding users
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Oct 11, 2021
1 parent a9ab5a9 commit 4e996d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ docker-compose run -e LOCAL_SERVER=77 bety fix
To add initial users you can use the following commands (this will add the guestuser as well as the carya demo user)

```
docker-compose run bety user 'guestuser' 'guestuser' 'Guest User' '[email protected]' 1 1"
docker-compose run bety user 'carya' 'illinois' 'Demo User' '[email protected]' 1 1"
docker-compose run bety user 'guestuser' 'guestuser' 'Guest User' '[email protected]' 4 4
docker-compose run bety user 'carya' 'illinois' 'Demo User' '[email protected]' 1 1
```

Once bety finishes inializing the database, or to restart BETY, you can bring up the all the containers using:
Expand Down

0 comments on commit 4e996d2

Please sign in to comment.