Skip to content

Commit 7d69e61

Browse files
authored
Update docs/install/containers/images/backend.md
1 parent 1291f9d commit 7d69e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install/containers/images/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docker run -p 8081:8081 -e LISTEN_PORT=8081 plone/plone-backend:{PLONE_BACKEND_M
7575

7676
By default, the container checks permissions on `/data` to ensure the `plone` user can write to it.
7777
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.
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.
7979

8080
### Site creation variables
8181

0 commit comments

Comments
 (0)