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