File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ docker-build:
14
14
15
15
run-nginx-plus :
16
16
docker network create --driver bridge $(DOCKER_NETWORK )
17
- docker run --network=$(DOCKER_NETWORK ) -d --name $(DOCKER_NGINX_PLUS ) --network-alias=$( DOCKER_NGINX_PLUS ) -test --rm -p 8080:8080 -p 8081:8081 $(NGINX_IMAGE )
18
- docker run --network=$(DOCKER_NETWORK ) -d --name $(DOCKER_NGINX_PLUS_HELPER ) --network-alias=$( DOCKER_NGINX_PLUS ) -test --rm -p 8090:8080 -p 8091:8081 $(NGINX_IMAGE )
17
+ docker run --network=$(DOCKER_NETWORK ) -d --name $(DOCKER_NGINX_PLUS ) --network-alias=nginx-plus -test --rm -p 8080:8080 -p 8081:8081 $(NGINX_IMAGE )
18
+ docker run --network=$(DOCKER_NETWORK ) -d --name $(DOCKER_NGINX_PLUS_HELPER ) --network-alias=nginx-plus -test --rm -p 8090:8080 -p 8091:8081 $(NGINX_IMAGE )
19
19
20
20
test-run :
21
21
go test client/*
You can’t perform that action at this time.
0 commit comments