Skip to content

Commit

Permalink
fix typo in docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed Oct 24, 2024
1 parent e853d54 commit f90a031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ docker run --name some-sqld -p 8080:8080 -ti \
## Launch a replica instance

```
docker run --name some-sqld-replica -p 8081:8080 -ti
docker run --name some-sqld-replica -p 8081:8080 -ti \
-e SQLD_NODE=replica \
-e SQLD_PRIMARY_URL=https://<host>:<port> \
ghcr.io/tursodatabase/libsql-server:lastest
ghcr.io/tursodatabase/libsql-server:latest
````

## Running on Apple Silicon
Expand Down

0 comments on commit f90a031

Please sign in to comment.