Skip to content

Commit

Permalink
map exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarvey committed Aug 5, 2024
1 parent 81ec236 commit 1716f8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/add-gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
if [ "$1" == "" ]; then
docker run \
-d \
--expose 8080 \
-P \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/tyk.conf:/opt/tyk-gateway/tyk.conf \
-v tyk-demo_tyk-gateway-certs:/opt/tyk-gateway/certs \
Expand All @@ -19,6 +20,7 @@ else
docker run \
--name $1 \
-d \
--expose 8080 \
-P \
-v $(pwd)/deployments/tyk/volumes/tyk-gateway/tyk.conf:/opt/tyk-gateway/tyk.conf \
-v tyk-demo_tyk-gateway-certs:/opt/tyk-gateway/certs \
Expand Down

0 comments on commit 1716f8e

Please sign in to comment.