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…
Reference in New Issue