Nginx
Why a proxy?
Adding Nginx in the existing Docker Compose Configuration
services:
+ nginx:
+ image: management.umh.app/oci/library/nginx:1.27.3-alpine
+ restart: unless-stopped
+ ports:
+ - 80:80 # for http access
+ - 443:443 # for https accessNginx Configuration File
Adding a simple http/https forward
SSL
Last updated

