mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 06:28:23 +01:00
update nginx-sso
This commit is contained in:
@@ -5,4 +5,15 @@ nginx-sso
|
||||
Nginx to provide a single-sign-on for a domain using one central authentication
|
||||
directory.
|
||||
|
||||
```bash
|
||||
# start service
|
||||
$ docker-compose up -d
|
||||
|
||||
# view log
|
||||
$ docker-compose logs --tail 10 -f
|
||||
|
||||
# reload config
|
||||
$ docker-compose kill -s SIGHUP
|
||||
```
|
||||
|
||||
[1]: https://github.com/Luzifer/nginx-sso/wiki
|
||||
|
||||
Reference in New Issue
Block a user