version: '3.1'
services:
  umi-test-project:
    image: nginx:1.21-alpine
    restart: always
    privileged: true
    ports:
      - 8000:80
    volumes:
      - ./nginx/conf.d/:/etc/nginx/conf.d
      - ./dist:/usr/share/nginx/html/