Skip to content

Commit

Permalink
break rows
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Feb 24, 2024
1 parent a90be38 commit 7feb3bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sites/en/pages/surrealdb-getting-started.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ In this case I started SurrealDB as was recommended on the <a href="https://hub.
One of the advantages of using in-memory database is that when I shut down the docker container all the data is also gone. This is often better when I experiment.

<code>
docker run --rm --pull always --name surrealdb -p 8000:8000 surrealdb/surrealdb:latest start --log trace --user root --pass root memory
docker run --rm --pull always --name surrealdb -p 8000:8000 surrealdb/surrealdb:latest \
start --log trace --user root --pass root memory
</code>

This will start Docker container and SurrealDB will listen on port 8000.
Expand Down

0 comments on commit 7feb3bc

Please sign in to comment.