Skip to content

Commit 9c73c68

Browse files
authored
Merge pull request #1796 from jwetzell/fix-docker-readme
fix typo in docker readme
2 parents 4377f7e + f90a031 commit 9c73c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/DOCKER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ docker run --name some-sqld -p 8080:8080 -ti \
1111
## Launch a replica instance
1212

1313
```
14-
docker run --name some-sqld-replica -p 8081:8080 -ti
14+
docker run --name some-sqld-replica -p 8081:8080 -ti \
1515
-e SQLD_NODE=replica \
1616
-e SQLD_PRIMARY_URL=https://<host>:<port> \
17-
ghcr.io/tursodatabase/libsql-server:lastest
17+
ghcr.io/tursodatabase/libsql-server:latest
1818
````
1919
2020
## Running on Apple Silicon

0 commit comments

Comments
 (0)