version: "3.6" services: frontend: build: context: ./frontend dockerfile: Dockerfile image: eladmin-frontend:latest container_name: eladmin-frontend restart: always ports: - "8282:80" volumes: # - ./frontend/conf/conf.d:/etc/nginx/conf.d/default.conf - ../dist:/usr/share/nginx/html