restart
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
# openssl req -x509 -newkey rsa:4096 -keyout my-ldap.key -out cert.pem -days 365
|
||||
|
||||
version: 2
|
||||
services:
|
||||
openldap:
|
||||
container_name: openldap_iwanclement_eu
|
||||
hostname: openldap
|
||||
restart: always
|
||||
volumes:
|
||||
- 'openldap_certs:/container/service/slapd/assets/certs'
|
||||
- 'openldap_datas:/var/lib/ldap'
|
||||
@@ -29,6 +32,7 @@ services:
|
||||
- HOSTNAME: ldap_iwanclement_eu
|
||||
image: 'osixia/openldap:1.2.4'
|
||||
phpldapadmin:
|
||||
restart: always
|
||||
image: osixia/phpldapadmin:latest
|
||||
container_name: phpldapadmin
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user