version: '3' services: portfolio: image: nginx restart: always container_name: portfolio_olivier ports: - 3001:80 volumes: - ./:/usr/share/nginx/html