Loading deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ PHPLDAPADMIN_HTTPS=false PHPLDAPADMIN_LDAP_CLIENT_TLS=false DATA_VOL_NAME=phpldapadmin-data-vol PUBLIC_HOSTNAME=change.me DATA_VOL_NAME=openldap-data-vol VOL_TYPE=nfs4 VOL_ADDR=127.0.0.1 Loading deploy/docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ volumes: driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${DATA_VOL_DEVICE:-:/openldap-data-vol/} device: ${DATA_VOL_DEVICE:-:/phpldapadmin-data-vol/} Loading
deploy/.env +0 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ PHPLDAPADMIN_HTTPS=false PHPLDAPADMIN_LDAP_CLIENT_TLS=false DATA_VOL_NAME=phpldapadmin-data-vol PUBLIC_HOSTNAME=change.me DATA_VOL_NAME=openldap-data-vol VOL_TYPE=nfs4 VOL_ADDR=127.0.0.1 Loading
deploy/docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,4 +7,4 @@ volumes: driver_opts: type: ${VOL_TYPE} o: addr=${VOL_ADDR},${VOL_OPTS} device: ${DATA_VOL_DEVICE:-:/openldap-data-vol/} device: ${DATA_VOL_DEVICE:-:/phpldapadmin-data-vol/}