Skip to content

Commit

Permalink
Merge pull request docker#15557 from bragov4ik/patch-1
Browse files Browse the repository at this point in the history
Fix typo in long syntax section of compose spec
  • Loading branch information
usha-mandya authored Sep 6, 2022
2 parents 80d098a + 7b15515 commit e50b9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/compose-file/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ the service's containers.
Default value is world-readable permissions (mode `0444`).
The writable bit MUST be ignored if set. The executable bit MAY be set.

The following example sets the name of the `server-certificate` secret file to `server.crt`
The following example sets the name of the `server-certificate` secret file to `server.cert`
within the container, sets the mode to `0440` (group-readable) and sets the user and group
to `103`. The value of `server-certificate` secret is provided by the platform through a lookup and
the secret lifecycle is not directly managed by the Compose implementation.
Expand Down

0 comments on commit e50b9a7

Please sign in to comment.