Skip to content

Commit 4e996d2

Browse files
committed
fix adding users
1 parent a9ab5a9 commit 4e996d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ docker-compose run -e LOCAL_SERVER=77 bety fix
3030
To add initial users you can use the following commands (this will add the guestuser as well as the carya demo user)
3131

3232
```
33-
docker-compose run bety user 'guestuser' 'guestuser' 'Guest User' 'betydb@gmail.com' 1 1"
34-
docker-compose run bety user 'carya' 'illinois' 'Demo User' 'betydb@gmail.com' 1 1"
33+
docker-compose run bety user 'guestuser' 'guestuser' 'Guest User' 'betydb@gmail.com' 4 4
34+
docker-compose run bety user 'carya' 'illinois' 'Demo User' 'betydb@gmail.com' 1 1
3535
```
3636

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

0 commit comments

Comments
 (0)