mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-09 01:26:32 +02:00
Fix error in IFM_AUTH_SOURCE example in README.md
This commit is contained in:
@@ -139,7 +139,7 @@ The scripts configuration can be changed by adjusting the corresponding environm
|
||||
```bash
|
||||
docker run --rm -i -p "8080:80" -v /var/www:/var/www \
|
||||
-e IFM_AUTH=1 -e IFM_AUTH \
|
||||
-e IFM_AUTH_SOURCE="admin:$2y$05$LPdE7u/5da/TCE8ZhqQ1o.acuV50HqB3OrHhNwxbXYeWmmZKdQxrC" \
|
||||
-e IFM_AUTH_SOURCE="inline;admin:$2y$05$LPdE7u/5da/TCE8ZhqQ1o.acuV50HqB3OrHhNwxbXYeWmmZKdQxrC" \
|
||||
ifm
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user