Skip to content

Commit c9547b6

Browse files
Set proxy port to 8000. (#574)
1 parent 2d8e264 commit c9547b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
POSTMAN_BASE_URL ?= http://localhost:8080
2+
POSTMAN_BASE_URL ?= http://localhost:8000
33
PROXY_TARGET ?= http://mock:4010
44

55
SPEC_FILE ?= specification/DigitalOcean-public.v2.yaml
@@ -18,7 +18,7 @@ dev-dependencies: ## Install development tooling using npm
1818
npm install --only=dev
1919

2020
.PHONY: start-mockedproxy
21-
start-mockedproxy: ## Start a prism proxy (port 8080) targeting a local mock api (port 4010)
21+
start-mockedproxy: ## Start a prism proxy (port 8000) targeting a local mock api (port 4010)
2222
PROXY_TARGET=$(PROXY_TARGET) docker-compose up -d
2323

2424
.PHONY: stop-services

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ services:
1616
volumes:
1717
- ./specification:/prism
1818
ports:
19-
- "8090:4010"
19+
- "8000:4010"

0 commit comments

Comments
 (0)