From 149df92f620371f6b99a68e9589af5f59840ace1 Mon Sep 17 00:00:00 2001 From: Logan Marchione Date: Sat, 2 Apr 2022 16:52:26 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd66485..c233ee8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Runs a Nginx WebDav server in Docker ### Environment variables | Variable | Required? | Definition | Example | Comments | |-------------|-----------|----------------------------------|----------------------------|--------------------------------------------------------------| -| WEBDAV_USER | No | WebDav username | user1 | user AND pass need to be set for authentication to work | +| WEBDAV_USER | No | WebDav username | user | user AND pass need to be set for authentication to work | | WEBDAV_PASS | No | WebDav password | password1 | user AND pass need to be set for authentication to work | ### Ports