version: "3" services: web: image: nginx:alpine ports: - 5555:80 volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - /home/simon/Downloads:/files:ro