Skip to content

Commit

Permalink
docker cli command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yheuhtozr authored Jan 27, 2024
1 parent 3845d23 commit e7d13fb
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 e7d13fb

Please sign in to comment.