Skip to content

Commit 41695a8

Browse files
committed
Removed a leftover multi tag
1 parent 07cc267 commit 41695a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Here's how to do this:
108108
1. Start the container with the `ENABLE_PG_TDE=1` environment variable:
109109

110110
```{.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
111+
$ docker run --name container-name -e ENABLE_PG_TDE=1 -e POSTGRES_PASSWORD=sUpers3cRet -d percona/percona-distribution-postgresql:{{dockertag}}
112112
```
113113

114114
where:

0 commit comments

Comments
 (0)