mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-05 07:46:54 -05:00
Bind ldap-ports to localhost only for security reasons
This commit is contained in:
@@ -119,8 +119,8 @@ services:
|
||||
LDAP_RFC2307BIS_SCHEMA: "true"
|
||||
LDAP_REMOVE_CONFIG_AFTER_SETUP: "false"
|
||||
ports:
|
||||
- "389:389"
|
||||
- "636:636"
|
||||
- "127.0.0.1:389:389"
|
||||
- "127.0.0.1:636:636"
|
||||
volumes:
|
||||
- ./config/ldap/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user