moved all files up a folder

This commit is contained in:
2023-12-18 20:09:03 -06:00
parent 9535a5add9
commit 3465aab0f2
1057 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
version: '3.3'
services:
nginxwebdav:
container_name: nginxwebdav
image: dgraziotin/nginx-webdav-nononsense
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- WEBDAV_USERNAME=akanealw
- WEBDAV_PASSWORD=REBHv599XdhU4VScXXq7
- SERVER_NAMES=localhost,192.168.1.33,webdav.akanealw.com
- TIMEOUTS_S=1200 # these are seconds
- CLIENT_MAX_BODY_SIZE=120M # must end with M(egabytes) or G(igabytes)
ports:
- 32080:80
volumes:
- ${DOCKERCONFIGS}/webdav:/data