Skip to content

Commit

Permalink
Docs: Fix docker compose reference (#8461)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Jan 4, 2025
1 parent b4f1464 commit 82e8c4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/enterprise/getstarted/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can choose from the the following options:
version: "3"
services:
lakefs:
image: "treeverse/lakefs:1.25.0"
image: "treeverse/lakefs:latest"
command: "RUN"
ports:
- "8080:8080"
Expand Down Expand Up @@ -102,7 +102,7 @@ services:
POSTGRES_PASSWORD: lakefs

fluffy:
image: "${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-0.4.4}"
image: "${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-latest}"
command: "${COMMAND:-run}"
ports:
- "8000:8000"
Expand Down Expand Up @@ -160,7 +160,7 @@ LAKEFS_AUTH_OIDC_FRIENDLY_NAME_CLAIM_NAME=
version: "3"
services:
lakefs:
image: "treeverse/lakefs:1.25.0"
image: "treeverse/lakefs:latest"
command: "RUN"
ports:
- "8080:8080"
Expand Down Expand Up @@ -196,7 +196,7 @@ services:
POSTGRES_PASSWORD: lakefs
fluffy:
image: "${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-0.4.4}"
image: "${FLUFFY_REPO:-treeverse}/fluffy:${TAG:-latest}"
command: "${COMMAND:-run}"
ports:
- "8000:8000"
Expand Down

0 comments on commit 82e8c4d

Please sign in to comment.