mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-09 17:46:31 +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
|
||||
```
|
||||
|
||||
@@ -154,4 +154,4 @@ You can get a complete list of environment variables [here](https://github.com/m
|
||||
|
||||
## Issues
|
||||
|
||||
If you happen to find an error or miss a feature, you can create an issue on Github.
|
||||
If you happen to find an error or miss a feature, you can create an issue on Github.
|
||||
|
Reference in New Issue
Block a user