mirror of
https://gitlab.com/jarylc/docker-duoauthproxy.git
synced 2026-02-04 15:39:41 +00:00
simplified examples and updated README.md
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
# Volumes
|
||||
- /app/conf/authproxy.cfg - configuration file (https://duo.com/docs/authproxy_reference)
|
||||
|
||||
Note: It is recommended to have
|
||||
```toml
|
||||
[main]
|
||||
log_stdout=true
|
||||
```
|
||||
if you would like Docker to capture logs.
|
||||
|
||||
# Deploying
|
||||
## Terminal
|
||||
```bash
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
services:
|
||||
lldap:
|
||||
image: lldap/lldap:stable
|
||||
ports:
|
||||
- "3890:3890"
|
||||
environment:
|
||||
- LLDAP_JWT_SECRET=SAMPLE_JWT_SECRET
|
||||
- LLDAP_KEY_SEED=SAMPLE_KEY_SEED
|
||||
@@ -12,6 +10,6 @@ services:
|
||||
ports:
|
||||
- "1812:1812"
|
||||
volumes:
|
||||
- ./conf/authproxy.cfg:/app/conf/authproxy.cfg
|
||||
- ./authproxy.cfg:/app/conf/authproxy.cfg
|
||||
depends_on:
|
||||
- lldap
|
||||
|
||||
Reference in New Issue
Block a user