forked from complotti/dataEconomy
Fix readme
This commit is contained in:
parent
c99e8841fb
commit
17692cb925
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ Run with docker
|
|||
docker run -it -p 8080:8080 -v $(pwd)/slides:/app/slides msoedov/hacker-slides
|
||||
```
|
||||
|
||||
Protect by password
|
||||
----
|
||||
Basic auth (disabled by default)
|
||||
```shell
|
||||
USER=bob PASSWORD=password1 go run main.go
|
||||
|
|
Loading…
Reference in a new issue