Merge pull request #11723 from thalesmg/ci-fix-ldap-image-m-20231006

ci(ldap): fix ldap container for running locally on linux
This commit is contained in:
JianBo He 2023-10-08 14:37:31 +08:00 committed by GitHub
commit b1b89907ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ services:
build: build:
context: ../.. context: ../..
dockerfile: .ci/docker-compose-file/openldap/Dockerfile dockerfile: .ci/docker-compose-file/openldap/Dockerfile
ulimits:
nofile: 1024
image: openldap image: openldap
#ports: #ports:
# - 389:389 # - 389:389