Update README.md

This commit is contained in:
Tony 2025-01-06 23:02:53 -05:00
parent 998b5d2a1c
commit 5b2ddba8ed

View File

@ -49,3 +49,12 @@ services:
- ./4get/template/home.html:/var/www/html/4get/template/home.html - ./4get/template/home.html:/var/www/html/4get/template/home.html
``` ```
There's some verbose when running docker compose logs. There's some verbose when running docker compose logs.
### HTTPS notice
The included httpd.conf doesn't include a HTTPS setup, this is no problem if you know what you're doing.
However, if you're unfamiliar with this stuff, I would recommend using [Nginx Proxy Manager](https://nginxproxymanager.com/) and
setting up HTTPS there.
You can then reverse proxy to your 4get service through your domain with HTTPS.