Merge pull request #22662 from b-/patch-1

Remove quotes from octal value in reference/compose-file/services.md
This commit is contained in:
bri 2025-05-27 03:06:40 -04:00 committed by GitHub
parent f830087f22
commit d84f2245e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1889,7 +1889,7 @@ services:
target: server.cert
uid: "103"
gid: "103"
mode: "0o440"
mode: 0o440
secrets:
server-certificate:
file: ./server.cert