1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-06 23:46:28 +02:00

Fixing a typo, pointing to correct compose file (#1493)

Fixing a typo for the docker-compose-alpha-config.yaml
This commit is contained in:
Magnus Lübeck 2021-12-29 20:50:36 +01:00 committed by GitHub
parent 0e10fb8967
commit dede6fd531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ alpha-config-up:
.PHONY: alpha-config-% .PHONY: alpha-config-%
alpha-config-%: alpha-config-%:
docker-compose -f docker-compose.yaml -f docker-compose-nginx.yaml $* docker-compose -f docker-compose.yaml -f docker-compose-alpha-config.yaml $*
.PHONY: nginx-up .PHONY: nginx-up
nginx-up: nginx-up: