version: "3" services: fancyindex: image: fancyindex build: . container_name: fancyindex hostname: fancyindex ports: - "3004:80/tcp" volumes: - type: bind source: ./data target: /public