services: webdav: image: hacdias/webdav:latest ports: - "8590:8590" volumes: - ./notes:/data - ./webdav.yaml:/config.yaml command: --config /config.yaml