Skip to content

nginx gateway 开发

yml
services:
  nginx127:
    image: nginx:1.27-alpine
    container_name: nginx-gateway
    restart: unless-stopped
    network_mode: host
    volumes:
      - /opt/frontend-dist:/usr/share/nginx/html:ro
      - ./conf.d:/etc/nginx/conf.d:ro