1
0
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:
Marco Dickert
2024-06-26 11:49:46 +02:00
parent d24f888004
commit 05d40dd4cb

View File

@@ -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
```