We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ab5a9 commit 4e996d2Copy full SHA for 4e996d2
README.md
@@ -30,8 +30,8 @@ docker-compose run -e LOCAL_SERVER=77 bety fix
30
To add initial users you can use the following commands (this will add the guestuser as well as the carya demo user)
31
32
```
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"
+docker-compose run bety user 'guestuser' 'guestuser' 'Guest User' 'betydb@gmail.com' 4 4
+docker-compose run bety user 'carya' 'illinois' 'Demo User' 'betydb@gmail.com' 1 1
35
36
37
Once bety finishes inializing the database, or to restart BETY, you can bring up the all the containers using:
0 commit comments