Skip to content

Commit 74c272f

Browse files
committed
chore: Update docker-php-serversideup-set-file-permissions script name in documentation
1 parent 6affd02 commit 74c272f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/3.guide/2.understanding-file-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It's a bummer that we can only set the user and group ID at build time, but it's
2929
#### How it works
3030
- By default, all our images run `www-data` as the user (`33:33` for Debian and `82:82` for Alpine)
3131
- We provide a script that can be called at build time to change the UID and GID of `www-data` (called `docker-php-serversideup-set-id`)
32-
- If you need to update permissions of service files (example: NGINX, Apache, Unit, etc), you can run the `docker-php-serversideup-set-id` at build
32+
- If you need to update permissions of service files (example: NGINX, Apache, Unit, etc), you can run the `docker-php-serversideup-set-file-permissions` at build
3333
- We will use a multi-stage build to ensure that the `docker-php-serversideup-set-id` script is not included in the final image
3434

3535
## Example

0 commit comments

Comments
 (0)