Skip to content

Commit

Permalink
Fix error in IFM_AUTH_SOURCE example in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pinknet committed Jun 26, 2024
1 parent d24f888 commit 05d40dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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.

0 comments on commit 05d40dd

Please sign in to comment.