Webdav

services:
  webdav:
    image: ghcr.io/hacdias/webdav:latest
    ports:
      - 6161:6065
    volumes:
      - ./config.yml:/config.yml:ro
      - /Users/kai:/data
    restart: unless-stopped
    container_name: webdav