add readme.md
This commit is contained in:
parent
28d22e27c8
commit
70d47392e4
1 changed files with 16 additions and 0 deletions
16
readme.md
Normal file
16
readme.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
### Example docker-compose file
|
||||||
|
|
||||||
|
```yml
|
||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
ssh:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
ports:
|
||||||
|
- '222:22'
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
LDAP_URI: 'ldap://ldap.example.com'
|
||||||
|
LDAP_DEFAULT_BIND_DN: 'ccn=foo_app,ou=applications,dc=companyname,dc=de'
|
||||||
|
LDAP_DEAULT_AUTHTOK: 'foobarbaz'
|
||||||
|
```
|
Loading…
Reference in a new issue