add readme.md

This commit is contained in:
busti 2021-02-04 03:14:45 +01:00
parent 28d22e27c8
commit 70d47392e4

16
readme.md Normal file
View 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'
```