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 @@
nginxwebdav:
container_name: nginxwebdav
hostname: nginxwebdav
image: dgraziotin/nginx-webdav-nononsense
environment:
- PUID=0
- PGID=0
- TZ=$TZ
- SERVER_NAMES=localhost,192.168.1.32,webdav.akanealw.com
- TIMEOUTS_S=1200
- CLIENT_MAX_BODY_SIZE=120M
ports:
- 32080:80
restart: always
volumes:
- ./appdata/nginxwebdav/.htpasswd:/etc/nginx/htpasswd
- ./appdata/nginxwebdav/config:/config
- /mnt/data/bookmarks:/data