Skip to content

Commit acc5cac

Browse files
committed
updated container config
Signed-off-by: Rod Anami <[email protected]>
1 parent c0d646e commit acc5cac

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

container/docker-compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ services:
1010
environment:
1111
VAULT_ADDR: "https://127.0.0.1:8200"
1212
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
1717
cap_add:
1818
- IPC_LOCK
1919
entrypoint: vault server -config=/vault/config/vault.hcl
2020
extra_hosts:
21-
- "ldap.chatopsknight.com:10.88.0.4"
21+
- "ldap.chatopsknight.com:10.88.0.10"
2222

tests/mock-ldap/run-container.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ podman run -p 8389:389 -p 8636:636 \
1212
--env LDAP_CONFIG_PASSWORD=$LDAP_CONFIG_PASSWORD \
1313
--detach osixia/openldap:$LDAP_IMAGE_VERSION
1414

15+
podman inspect ck-ldap | grep "IPAddress"
16+
1517
# docker run -p 389:389 -p 636:636 \
1618
# --name open-ldap-1.5.0 \
1719
# --detach osixia/openldap:1.5.0

0 commit comments

Comments
 (0)