Skip to content

Commit 4a96089

Browse files
author
Kota Tsuyuzaki
committed
Change test ldap server port mapping
The port was changed at rroemhild/docker-test-openldap@adb4650
1 parent 31d70f8 commit 4a96089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker-ldap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66

77
NAME="hub-test-ldap"
88
DOCKER_RUN="docker run -d --name $NAME"
9-
RUN_ARGS="-p 389:389 -p 636:636 rroemhild/test-openldap"
9+
RUN_ARGS="-p 389:10389 -p 636:10636 rroemhild/test-openldap"
1010

1111
docker rm -f "$NAME" 2>/dev/null || true
1212

0 commit comments

Comments
 (0)