The static file server based on Nginx.
docker run -d --restart-always -p 80:80 -v ${path_to_store}:/var/www hans00/nginx-file-server
<URL>/dav/ with account admin:adminHTPASSWDThe account to access WebDAV service.
Default: admin:$apr1$1LqDxPYe$bfT20Jzj5t.x85KCcm/ac. (admin:admin)
BODY_SIZEIt's apply to client_max_body_size this config.
Default: 16M
DAV_PATHPath to access WebDAV service.
Default: /dav
CORSCORS header. [docs]
Defailt: none
Content type
Image
Digest
Size
65.8 MB
Last updated
over 7 years ago
docker pull hans00/nginx-file-server