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 1291f9d commit 7d69e61Copy full SHA for 7d69e61
docs/install/containers/images/backend.md
@@ -75,7 +75,7 @@ docker run -p 8081:8081 -e LISTEN_PORT=8081 plone/plone-backend:{PLONE_BACKEND_M
75
76
By default, the container checks permissions on `/data` to ensure the `plone` user can write to it.
77
On large datasets, this `find` command can take a long time.
78
-If you are confident that permissions are correct, set `SKIP_FIND_AND_CHOWN` (to any value) to skip this step and speed up startup.
+If you are confident that permissions are correct, set `SKIP_FIND_AND_CHOWN` to any value to skip this step and speed up startup.
79
80
### Site creation variables
81
0 commit comments