Skip to content

Commit 5dbe6bc

Browse files
docs: fixes syncserver PostgreSQL GHCR image name (#2153)
1 parent db5834d commit 5dbe6bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Save the yaml below into a file, e.g. `docker-compose.one-shot.yaml`.
8383
```yaml
8484
services:
8585
syncserver:
86-
image: ghcr.io/mozilla-services/syncstorage-rs/syncstorage-rs-postgres:${SYNCSERVER_VERSION:-11659d98f9}
86+
image: ghcr.io/mozilla-services/syncstorage-rs/syncserver-postgres:${SYNCSERVER_VERSION:-11659d98f9}
8787
platform: linux/amd64
8888
container_name: syncserver
8989
ports:

0 commit comments

Comments
 (0)