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.
2 parents 4377f7e + f90a031 commit 9c73c68Copy full SHA for 9c73c68
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