change debug port on linux box for now

This commit is contained in:
Erik Eckert 2023-12-21 11:10:21 -07:00
parent 7efc423984
commit d21aab1514

View File

@ -5,5 +5,5 @@ docker stop MPE_Egnyte_Test
docker rm MPE_Egnyte_Test
docker stop MPE_Egnyte_Debug
docker rm MPE_Egnyte_Debug
docker run -d --publish 15054:10000 --name MPE_Egnyte_Test test-image
docker run -d --publish 15053:10000 --publish 4000:4000 --name MPE_Egnyte_Debug debug-image
docker run -d --publish 15053:10000 --name MPE_Egnyte_Test test-image
docker run -d --publish 15054:10000 --publish 4000:4000 --name MPE_Egnyte_Debug debug-image