Skip to content

Commit

Permalink
Merge pull request #192 from bloodeagle40234/fix-gate
Browse files Browse the repository at this point in the history
Fix testing ldap server port mapping for broken gate
  • Loading branch information
manics committed Apr 16, 2021
2 parents 31d70f8 + 4a96089 commit 2c4b027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker-ldap.sh
Expand Up @@ -6,7 +6,7 @@ set -e

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

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

Expand Down

0 comments on commit 2c4b027

Please sign in to comment.