Skip to content

Commit c19e743

Browse files
committed
update docker command for disabling telemetry
1 parent 92e54cc commit c19e743

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ If you decide not to send usage data to Percona when you install the software, y
284284
```{.bash data-prompt="$"}
285285
$ docker run -d --name pg --restart always \
286286
-e PERCONA_TELEMETRY_DISABLE=1 \
287-
percona/percona-distribution-postgresql:<TAG>-multi
287+
docker pull percona/percona-distribution-postgresql:<TAG>-multi
288288
```
289289

290290
The command does the following:

0 commit comments

Comments
 (0)