Skip to content

Commit

Permalink
Update quickstart in prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pdambrauskas committed Jan 11, 2024
1 parent 9bc5c7f commit 1fb2b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
If you're thinking of running Lighter on docker, you are probably using it with YARN backend. When you are running it, you should expose two ports (REST API port and Python Gateway port), as shown in this example:

```bash
docker run ghcr.io/exacaster/lighter:0.0.50-spark3.5.0 \
docker run ghcr.io/exacaster/lighter:0.1.0-spark3.5.0 \
-p 8080:8080 \
-p 25333:25333 \
-e LIGHTER_KUBERNETES_ENABLED=false \
Expand Down
2 changes: 1 addition & 1 deletion quickstart/lighter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
run: lighter
spec:
containers:
- image: ghcr.io/exacaster/lighter:0.0.50-spark3.5.0
- image: ghcr.io/exacaster/lighter:0.1.0-spark3.5.0
name: lighter
readinessProbe:
httpGet:
Expand Down

0 comments on commit 1fb2b59

Please sign in to comment.