check permissions for missing volumes and add comment about permissions on examples

This commit is contained in:
bunkerity
2021-05-15 21:08:35 +02:00
parent b0ca85ff75
commit d02985d213
26 changed files with 97 additions and 7 deletions

View File

@@ -8,6 +8,8 @@ services:
ports:
- 80:80
- 443:443
# 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:
- /var/run/docker.sock:/var/run/docker.sock
- ./traefik/traefik.toml:/traefik.toml