We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cc267 commit 41695a8Copy full SHA for 41695a8
docs/docker.md
@@ -108,7 +108,7 @@ Here's how to do this:
108
1. Start the container with the `ENABLE_PG_TDE=1` environment variable:
109
110
```{.bash data-prompt="$"}
111
- $ docker run --name container-name -e ENABLE_PG_TDE=1 -e POSTGRES_PASSWORD=sUpers3cRet -d percona/percona-distribution-postgresql:{{dockertag}}-multi
+ $ docker run --name container-name -e ENABLE_PG_TDE=1 -e POSTGRES_PASSWORD=sUpers3cRet -d percona/percona-distribution-postgresql:{{dockertag}}
112
```
113
114
where:
0 commit comments