fix: change nginx port from 8090 to 8091

This commit is contained in:
2026-03-17 02:04:43 +00:00
parent 0beca4e375
commit cbf4a5fb92

View File

@@ -99,7 +99,7 @@ services:
image: nginx:alpine image: nginx:alpine
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8090:80" - "8091:80"
volumes: volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
depends_on: depends_on: