mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 21:00:15 -05:00
846592cbe9
Allow overriding nginx port mappings with environment variables so users behind a reverse proxy (Nginx Proxy Manager, Traefik, etc.) or with 80/443 already in use can deploy without editing docker-compose.yml. - docker-compose.yml: use \:80 and \:443 - env.example: document HTTP_PORT and HTTPS_PORT with example - DOCKER_COMPOSE_SETUP.md: add Docker/nginx ports to env reference Closes #553