Skip to content

Commit

Permalink
Merge pull request #1796 from jwetzell/fix-docker-readme
Browse files Browse the repository at this point in the history
fix typo in docker readme
  • Loading branch information
LucioFranco authored Nov 14, 2024
2 parents 4377f7e + f90a031 commit 9c73c68
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 9c73c68

Please sign in to comment.