Skip to content

Commit

Permalink
Merge pull request #102 from acald-creator/fix-docker-port
Browse files Browse the repository at this point in the history
Updated Docker port from `10000` to `10012` in Makefile
  • Loading branch information
leecalcote authored Jan 14, 2023
2 parents 878dddf + 478deba commit 9849a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ docker:
docker-run:
(docker rm -f meshery-$(ADAPTER)) || true
docker run --name meshery-$(ADAPTER) -d \
-p 10000:10000 \
-p 10012:10012 \
-e DEBUG=true \
layer5/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest

Expand Down

0 comments on commit 9849a1a

Please sign in to comment.