add clarifying comment about user change

This commit is contained in:
kuanhulio 2023-03-17 14:53:43 -05:00 committed by GitHub
parent 86932c99ae
commit 20bcbf2b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
container_name: "libreddit"
ports:
- 8080:8080
user: 65534:65534
user: 65534:65534 # equivalent to the `nobody` user
read_only: true
security_opt:
- no-new-privileges:true