Does anyone know how to use a different port than 4466 for a prisma docker container? I need to run a testing environment that is running prisma and I need it to use a different port.
c
Christoph Dietrich
05/05/2020, 7:10 AM
Use Docker for this ;)
docker run -d -p 4488:4466 ...
r
Ryan
05/05/2020, 7:20 AM
Hey @inlightmedia 👋
You can also change the port in the