fixed
This commit is contained in:
parent
e4b6b9b86a
commit
51f422874f
6 changed files with 25 additions and 20 deletions
13
README.md
13
README.md
|
@ -1,3 +1,16 @@
|
|||
# Install
|
||||
Copy [docker-compose.yml](./docker-compose.yml)
|
||||
|
||||
Create data folder next to docker-compose.yml and .env, and set the data type in .env
|
||||
```
|
||||
├── data
|
||||
│ └── surrealdb
|
||||
├── docker-compose.yml
|
||||
└── .env
|
||||
```
|
||||
|
||||
`docker compose up --pull always -d`
|
||||
|
||||
## Example .env
|
||||
```
|
||||
# If not using docker, use 0.0.0.0:8000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue