We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2d53e commit 46b5d64Copy full SHA for 46b5d64
docs/install/containers/recipes/index.md
@@ -147,8 +147,6 @@ docker run -e ZEO_ADDRESS=zeo:8100 --link zeo plone/plone-backend pack
147
```
148
149
In RelStorage mode, pass the connection DSN.
150
-The following command assumes that the service that runs the Plone instance is named `backend`.
151
-Replace `backend` with your container's name.
152
153
```shell
154
docker run -e RELSTORAGE_DSN="dbname='plone' user='plone' host='db' password='password' port='5432'" plone/plone-backend pack
0 commit comments