File tree 3 files changed +1
-21
lines changed
3 files changed +1
-21
lines changed Original file line number Diff line number Diff line change @@ -62,22 +62,6 @@ To start Hasura with Postgres run:
62
62
63
63
```
64
64
65
- To start Hasura with Postgres on Apple Silicon (M1) run:
66
-
67
- ``` sh
68
- # Run Hasura
69
- yarn hasura:arm64:up
70
-
71
- # Stop Hasura
72
- yarn hasura:arm64:down
73
-
74
- # Display Hasura logs
75
- yarn hasura:arm64:logs
76
-
77
- # Launch the console using Hasura CLI or go to http://localhost:8080
78
- yarn hasura:arm64:console
79
- ```
80
-
81
65
Hasura will create the demo database and the associated metadata during its first launch.
82
66
You can open the Hasura console at this address http://localhost:8080 .
83
67
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
environment :
9
9
POSTGRES_PASSWORD : postgrespassword
10
10
graphql-engine :
11
- image : hasura/graphql-engine:v2.0.8 .cli-migrations-v3
11
+ image : hasura/graphql-engine:v2.1.1 .cli-migrations-v3
12
12
ports :
13
13
- ' 8080:8080'
14
14
depends_on :
You can’t perform that action at this time.
0 commit comments