docs: add compose.yml and clarifications

This commit is contained in:
Legendary4226
2026-02-15 13:57:49 +01:00
committed by GitHub
parent bd0667aac1
commit 04070a8ae8
4 changed files with 57 additions and 32 deletions
+2
View File
@@ -13,6 +13,8 @@ RUN go build -o main -trimpath -ldflags="-s -w -X 'github.com/hacdias/webdav/v5/
FROM scratch
WORKDIR /data
COPY --from=build /webdav/main /bin/webdav
EXPOSE 6065