docker-compose.yml 209 B

123456789101112
  1. version: "3"
  2. services:
  3. zfile:
  4. image: stilleshan/zfile
  5. container_name: zfile
  6. ports:
  7. - 8080:8080
  8. volumes:
  9. - ./conf:/root/.zfile
  10. - ./data:/root/zfile/data
  11. restart: always