Update README build references (#54394)

This commit is contained in:
linoman 2022-08-29 16:36:06 +02:00 committed by GitHub
parent 07dcb64e38
commit 3f0beee362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -158,7 +158,7 @@ build-docker-full-ubuntu: ## Build Docker image based on Ubuntu for development.
##@ Services
# create docker-compose file with provided sources and start them
# example: make devenv sources=postgres,openldap
# example: make devenv sources=postgres,auth/openldap
ifeq ($(sources),)
devenv:
@printf 'You have to define sources for this command \nexample: make devenv sources=postgres,openldap\n'

View File

@ -4,7 +4,7 @@
To launch the block, use the oauth source. Ex:
```bash
make devenv sources="jwt_proxy"
make devenv sources="auth/jwt_proxy"
```
Here is the conf you need to add to your configuration file (conf/custom.ini):

View File

@ -4,7 +4,7 @@
To launch the block, use the oauth source. Ex:
```bash
make devenv sources="oauth"
make devenv sources="auth/oauth"
```
Here is the conf you need to add to your configuration file (conf/custom.ini):
@ -34,7 +34,7 @@ role_attribute_path = contains(roles[*], 'admin') && 'Admin' || contains(roles[*
To launch the block, use the oauth source. Ex:
```bash
make devenv sources="oauth"
make devenv sources="auth/oauth"
```
Here is the conf you need to add to your configuration file (conf/custom.ini):

View File

@ -7,7 +7,7 @@ This Docker block is an updated version from [OpenLDAP](../openldap/) block. Thi
First build and deploy the `openldap` container.
```bash
make devenv sources=openldap-mac
make devenv sources=auth/openldap-mac
```
### Exposed ports