0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 02:46:10 +02:00

Fixed spelling mistake

Co-authored-by: J0WI <J0WI@users.noreply.github.com>
Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com>
This commit is contained in:
Dennis Værum 2023-05-14 08:28:02 +02:00 committed by J0WI (Rebase PR Action)
parent edea64b530
commit ac68d6c209

View file

@ -214,7 +214,7 @@ There are 5 hooks
To use the hooks triggered by the entrypoint script... either added the script(s) to one/more of the hook folders, which are located at the path `/docker-entrypoint-hooks.d` in the container. It is also possible to use volume(s) to insert the script into the container.
**Remember:** Only the script(s) markted with the executable flag are executed.
**Remember:** Only the script(s) marked with the executable flag are executed.
**Example:**
```yaml