add CHMOD option

This commit is contained in:
2025-06-23 11:35:38 -04:00
parent 78f86ed0f3
commit cc72ccda91
2 changed files with 7 additions and 10 deletions

View File

@ -43,6 +43,7 @@ services:
- PUID=1001
- PGID=1001
- PORT=6969
- CHMOD=771 # /var/www/html/4get
volumes:
# Optional, for custom banners and home.html
- ./4get/banner:/var/www/html/4get/banner
@ -59,4 +60,4 @@ The included httpd.conf doesn't include a HTTPS setup.
If you're unfamiliar with this stuff, I would recommend using [nginx-proxy-manager](https://github.com/NginxProxyManager/nginx-proxy-manager) and
setting up HTTPS there.
You can then use nginx-proxy-manager to reverse proxy to your 4get service through your domain with HTTPS certs.
You can then use nginx-proxy-manager to reverse proxy to your 4get service through your domain with HTTPS certs.