Skip to content

Instantly share code, notes, and snippets.

View ryu-sato's full-sized avatar

ryu-sato

  • WESEEK, Inc.
View GitHub Profile
@ryu-sato
ryu-sato / docker-run-for-osixia_openldap.sh
Last active December 22, 2017 04:00
command of `docker run` for osixia/openldap and osixia/phpldapadmin with crowi-plus
#!/bin/sh
# command of `docker run` for osixia/openldap
docker run -it \
--env "LDAP_DOMAIN=localhost" \
--env "LDAP_ADMIN_PASSWORD=hogehoge" \
--env "LDAP_CONFIG_PASSWORD=higehige" \
--name openldap \
--net crowiplus_default \
--link crowiplus_app_1 \