fix: remove nginx host port binding to resolve traefik conflict

This commit is contained in:
fullsizemalt 2025-11-19 23:02:24 -08:00
parent 6d53ac2b72
commit 11b2c45e36

View file

@ -96,8 +96,10 @@ services:
image: nginx:alpine image: nginx:alpine
container_name: mtad-nginx-gemini container_name: mtad-nginx-gemini
restart: unless-stopped restart: unless-stopped
ports: expose:
- "80:80" - "80"
# ports:
# - "80:80"
# - "8443:443" # SSL disabled for gemini test to avoid cert conflicts # - "8443:443" # SSL disabled for gemini test to avoid cert conflicts
volumes: volumes:
- ./nginx.gemini.conf:/etc/nginx/nginx.conf:ro - ./nginx.gemini.conf:/etc/nginx/nginx.conf:ro