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 c9e0a84 commit 8a2d53eCopy full SHA for 8a2d53e
docs/install/containers/recipes/index.md
@@ -151,7 +151,7 @@ The following command assumes that the service that runs the Plone instance is n
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'" backend pack
+docker run -e RELSTORAGE_DSN="dbname='plone' user='plone' host='db' password='password' port='5432'" plone/plone-backend pack
155
```
156
157
In Docker Swarm, if the database is only available on an internal network, it's required to specify the network.
0 commit comments