mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
fix ldap admin
This commit is contained in:
parent
85071d7aa1
commit
04b8ec975d
1 changed files with 4 additions and 1 deletions
|
|
@ -115,7 +115,10 @@ impl ServiceTrait for LdapAdmin {
|
|||
});
|
||||
let config = ContainerCreateBody {
|
||||
image: Some(image.into()),
|
||||
env: Some(vec!["PHPLDAPADMIN_LDAP_HOSTS=ldap".into()]),
|
||||
env: Some(vec![
|
||||
"PHPLDAPADMIN_LDAP_HOSTS=ldap".into(),
|
||||
"PHPLDAPADMIN_HTTPS=false".into(),
|
||||
]),
|
||||
host_config: Some(HostConfig {
|
||||
network_mode: Some(network.to_string()),
|
||||
..Default::default()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue