Add: config.php for admin
This commit is contained in:
parent
1a28859db6
commit
6431dbf96e
@ -4,12 +4,15 @@ volumes:
|
||||
data:
|
||||
services:
|
||||
admin:
|
||||
ports:
|
||||
- 8080:80
|
||||
image: registry.audio-lab.org/ldapphpadmin
|
||||
volumes:
|
||||
- config.php:/usr/share/phpldapadmin/config/config.php:ro
|
||||
restart: always
|
||||
build:
|
||||
context: phpldapadmin
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- LDAP_BASE=${LDAP_BASE}
|
||||
ldap:
|
||||
image: registry.audio-lab.org/ldap
|
||||
restart: always
|
||||
|
21
docker-compose.yml.exec
Normal file
21
docker-compose.yml.exec
Normal file
@ -0,0 +1,21 @@
|
||||
version: "2.4"
|
||||
|
||||
volumes:
|
||||
data:
|
||||
services:
|
||||
admin:
|
||||
ports:
|
||||
- 8080:80
|
||||
image: registry.audio-lab.org/ldapphpadmin
|
||||
ldap:
|
||||
image: registry.audio-lab.org/ldap
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
- LDAP_ADMIN_PASSWORD=${LDAP_ADMIN_PASSWORD}
|
||||
- LDAP_ORGANISATION=${LDAP_ORGANISATION}
|
||||
- LDAP_DOMAIN=${LDAP_DOMAIN}
|
||||
- LDAP_USER=${LDAP_USER}
|
||||
- LDAP_GROUP=${LDAP_GROUP}
|
Loading…
Reference in New Issue
Block a user