Skip to content
Snippets Groups Projects
Commit b9740207 authored by Linus Keiser's avatar Linus Keiser :speech_balloon:
Browse files

docs: remove graphql feature from example SurrealDB Docker command

parent abb0f8f0
No related branches found
No related tags found
No related merge requests found
Pipeline #571214 passed
...@@ -56,7 +56,6 @@ mkdir -p run/data ...@@ -56,7 +56,6 @@ mkdir -p run/data
2. Run the SurrealDB Docker container with development credentials: 2. Run the SurrealDB Docker container with development credentials:
```sh ```sh
docker run --rm --pull always \ docker run --rm --pull always \
-e SURREAL_EXPERIMENTAL_GRAPHQL=true \
-p 8000:8000 \ -p 8000:8000 \
--user $(id -u) \ --user $(id -u) \
-v $(pwd)/run/data:/data \ -v $(pwd)/run/data:/data \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment