File tree 2 files changed +7
-5
lines changed 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ services:
10
10
environment :
11
11
VAULT_ADDR : " https://127.0.0.1:8200"
12
12
volumes :
13
- - /usr/local /mnt/vault/logs:/vault/logs
14
- - /usr/local /mnt/vault/file:/vault/file
15
- - /usr/local /mnt/vault/config:/vault/config
16
- - /usr/local /mnt/vault/certs:/vault/certs
13
+ - ~ /mnt/vault/logs:/vault/logs
14
+ - ~ /mnt/vault/file:/vault/file
15
+ - ~ /mnt/vault/config:/vault/config
16
+ - ~ /mnt/vault/certs:/vault/certs
17
17
cap_add :
18
18
- IPC_LOCK
19
19
entrypoint : vault server -config=/vault/config/vault.hcl
20
20
extra_hosts :
21
- - " ldap.chatopsknight.com:10.88.0.4 "
21
+ - " ldap.chatopsknight.com:10.88.0.10 "
22
22
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ podman run -p 8389:389 -p 8636:636 \
12
12
--env LDAP_CONFIG_PASSWORD=$LDAP_CONFIG_PASSWORD \
13
13
--detach osixia/openldap:$LDAP_IMAGE_VERSION
14
14
15
+ podman inspect ck-ldap | grep " IPAddress"
16
+
15
17
# docker run -p 389:389 -p 636:636 \
16
18
# --name open-ldap-1.5.0 \
17
19
# --detach osixia/openldap:1.5.0
You can’t perform that action at this time.
0 commit comments