Skip to content

Commit 00354de

Browse files
authored
docs: update outdated notes (#2241)
docs: update outdated notes
1 parent 7dc53b9 commit 00354de

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/src/how-to/how-to-run-with-docker.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ and
1212
as the database. Differences in configuration or deployment steps will be
1313
noted.
1414

15-
> **Note:** At the time of writing, there are no tagged release builds
16-
> available on ghcr.io. This guide will use a build from the main development
17-
> branch.
15+
Tagged release builds are available on ghcr.io. To pin to a specific version,
16+
set `SYNCSERVER_VERSION` to the desired release tag (e.g., `SYNCSERVER_VERSION=v1.45.0`)
17+
before running `docker compose`. Available releases can be found on the
18+
[syncstorage-rs releases page](https://github.com/mozilla-services/syncstorage-rs/releases).
19+
If `SYNCSERVER_VERSION` is not set, the compose files below default to `latest`.
1820

1921
## Prerequisites and Presumptions
2022
- The reader is familiar with the command line interface and `docker`.

0 commit comments

Comments
 (0)