From e7d13fb7257dc26f841a681eb7b7016756ad957d Mon Sep 17 00:00:00 2001 From: yheuhtozr <84892012+yheuhtozr@users.noreply.github.com> Date: Sat, 27 Jan 2024 20:01:03 +0900 Subject: [PATCH] docker cli command fix --- docs/getting-started/installation/docker/docker-cli.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/installation/docker/docker-cli.md b/docs/getting-started/installation/docker/docker-cli.md index b5439d0..c489496 100644 --- a/docs/getting-started/installation/docker/docker-cli.md +++ b/docs/getting-started/installation/docker/docker-cli.md @@ -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