Skip to content

Commit 8a2d53e

Browse files
stevepiercyerral
andauthored
Update docs/install/containers/recipes/index.md
Co-authored-by: Mikel Larreategi <[email protected]>
1 parent c9e0a84 commit 8a2d53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/containers/recipes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ The following command assumes that the service that runs the Plone instance is n
151151
Replace `backend` with your container's name.
152152

153153
```shell
154-
docker run -e RELSTORAGE_DSN="dbname='plone' user='plone' host='db' password='password' port='5432'" backend pack
154+
docker run -e RELSTORAGE_DSN="dbname='plone' user='plone' host='db' password='password' port='5432'" plone/plone-backend pack
155155
```
156156

157157
In Docker Swarm, if the database is only available on an internal network, it's required to specify the network.

0 commit comments

Comments
 (0)