check permissions for missing volumes and add comment about permissions on examples
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
||||
ports:
|
||||
- 80:8080
|
||||
- 443:8443
|
||||
# bunkerized-nginx runs as an unprivileged user with UID/GID 101
|
||||
# don't forget to edit the permissions of the files and folders accordingly
|
||||
volumes:
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
- ./web-files:/www:ro
|
||||
|
||||
Reference in New Issue
Block a user