Skip to content

Commit 2c4b027

Browse files
authored
Merge pull request #192 from bloodeagle40234/fix-gate
Fix testing ldap server port mapping for broken gate
2 parents 31d70f8 + 4a96089 commit 2c4b027

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)