Merge pull request #18830 from userimack/patch-1

Update instructions.md - Change YOu to You
This commit is contained in:
David Karlsson 2023-12-01 08:21:42 +01:00 committed by GitHub
commit 086fe4bd11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ For more information about `ENTRYPOINT`, see [Dockerfile reference for the ENTRY
### VOLUME
YOu should use the `VOLUME` instruction to expose any database storage area,
You should use the `VOLUME` instruction to expose any database storage area,
configuration storage, or files and folders created by your Docker container. You
are strongly encouraged to use `VOLUME` for any combination of mutable or user-serviceable
parts of your image.