Skip to content

Commit 9ef484e

Browse files
author
pptfz
committed
更新debian笔记
1 parent bb36923 commit 9ef484e

4 files changed

Lines changed: 501 additions & 17 deletions

File tree

docs/Linux/Linux服务/ldap/openldap/docker安装openldap.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ docker run \
3939
-e LDAP_ADMIN_PASSWORD="admin" \
4040
--name openldap \
4141
--hostname openldap \
42-
--network bridge \
4342
--restart=always \
4443
osixia/openldap:1.5.0
4544
```
@@ -65,12 +64,6 @@ services:
6564
volumes:
6665
- /data/docker-volume/openldap/data:/var/lib/ldap
6766
- /data/docker-volume/openldap/config:/etc/ldap/slapd.d
68-
networks:
69-
- bridge
70-
71-
networks:
72-
bridge:
73-
driver: bridge
7467
EOF
7568
```
7669

0 commit comments

Comments
 (0)