We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5834d commit 5dbe6bcCopy full SHA for 5dbe6bc
1 file changed
docs/src/how-to/how-to-run-with-docker.md
@@ -83,7 +83,7 @@ Save the yaml below into a file, e.g. `docker-compose.one-shot.yaml`.
83
```yaml
84
services:
85
syncserver:
86
- image: ghcr.io/mozilla-services/syncstorage-rs/syncstorage-rs-postgres:${SYNCSERVER_VERSION:-11659d98f9}
+ image: ghcr.io/mozilla-services/syncstorage-rs/syncserver-postgres:${SYNCSERVER_VERSION:-11659d98f9}
87
platform: linux/amd64
88
container_name: syncserver
89
ports:
0 commit comments