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:
parent
0e10fb8967
commit
dede6fd531
@ -12,7 +12,7 @@ alpha-config-up:
|
||||
|
||||
.PHONY: 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
|
||||
nginx-up:
|
||||
|
Loading…
x
Reference in New Issue
Block a user