Skip to content

Commit

Permalink
Merge pull request #7 from yheuhtozr/docker-cli-setup-fix
Browse files Browse the repository at this point in the history
Docker CLI doc has a wrong argument order
  • Loading branch information
Bubka authored Jan 28, 2024
2 parents 3845d23 + e7d13fb commit 1e7b893
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/getting-started/installation/docker/docker-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ We assume your current directory is `/yourpath`.

```sh
docker run -it --rm -p 8000:8000/tcp \
-v /yourpath/2fauth:/2fauth 2fauth/2fauth
-e AUTHENTICATION_GUARD=web-guard
-v /yourpath/2fauth:/2fauth \
-e AUTHENTICATION_GUARD=web-guard \
2fauth/2fauth
```

1. Access it in your browser
Expand Down

0 comments on commit 1e7b893

Please sign in to comment.