Skip to content

Commit

Permalink
Add port to enable vtadmin access. (#12467) (#12474)
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lim <[email protected]>
Signed-off-by: deepthi <[email protected]>
Co-authored-by: Andy Lim <[email protected]>
  • Loading branch information
deepthi and andylim-duo authored Feb 25, 2023
1 parent 721e116 commit 25f615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/local/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

docker run -p 15000:15000 -p 15001:15001 -p 15991:15991 -p 15999:15999 -p 16000:16000 --rm -it vitess/local
docker run -p 14200:14200 -p 14201:14201 -p 15000:15000 -p 15001:15001 -p 15991:15991 -p 15999:15999 -p 16000:16000 --rm -it vitess/local

0 comments on commit 25f615d

Please sign in to comment.