Skip to content

Commit

Permalink
Docker Run
Browse files Browse the repository at this point in the history
  • Loading branch information
luke- committed Sep 1, 2022
1 parent 17500f0 commit 684e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: bitnami/openldap:latest
options: -v /home/runner/work/ldap-commander/ldap-commander/resources/ldap/example.ldif:/ldifs/example-quickstart.ldif --env LDAP_CONFIG_ADMIN_ENABLED=true --env LDAP_ADMIN_USERNAME=admin --env LDAP_ADMIN_PASSWORD=secret -p 11389:1389
options: -v /home/runner/work/ldap-commander/ldap-commander/resources/ldap/example.ldif:/ldifs/example-quickstart.ldif --env LDAP_CONFIG_ADMIN_ENABLED=true --env LDAP_ADMIN_USERNAME=admin --env LDAP_ADMIN_PASSWORD=secret -p 11389:1389 -BITNAMI_DEBUG=true

# - name: Setup chromedriver
# run: chromedriver --url-base=/wd/hub &
Expand Down

0 comments on commit 684e55f

Please sign in to comment.