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 e853d54 commit f90a031Copy full SHA for f90a031
docs/DOCKER.md
@@ -11,10 +11,10 @@ docker run --name some-sqld -p 8080:8080 -ti \
11
## Launch a replica instance
12
13
```
14
-docker run --name some-sqld-replica -p 8081:8080 -ti
+docker run --name some-sqld-replica -p 8081:8080 -ti \
15
-e SQLD_NODE=replica \
16
-e SQLD_PRIMARY_URL=https://<host>:<port> \
17
- ghcr.io/tursodatabase/libsql-server:lastest
+ ghcr.io/tursodatabase/libsql-server:latest
18
````
19
20
## Running on Apple Silicon
0 commit comments