fix: remove nginx host port binding to resolve traefik conflict
This commit is contained in:
parent
6d53ac2b72
commit
11b2c45e36
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue