feat: Add deployment info
All checks were successful
Build Docker / Build Docker (push) Successful in 26s
All checks were successful
Build Docker / Build Docker (push) Successful in 26s
This commit is contained in:
parent
a9a4018e97
commit
723ebe8acd
10
README.md
10
README.md
@ -18,3 +18,13 @@ Set the following parameters:
|
||||
`Token URL`: `https://login.hns.au/oauth/token`
|
||||
`Userinfo URL`: `https://login.hns.au/api/me`
|
||||
|
||||
|
||||
|
||||
|
||||
## Deploy your own instance
|
||||
|
||||
```bash
|
||||
docker volume create hns-login
|
||||
docker run -d -p 9090:9090 --name hns-login -v hns-login:/app/instance git.woodburn.au/nathanwoodburn/hns-login:latest
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user