fix: change port no to 5001 for Mac compatibility

Apple uses port 5000 for AirPlay Receiver. It will be better if we use port 5001 instead.
This commit is contained in:
Andrew
2023-10-31 17:24:49 +05:30
committed by GitHub
parent 91e691630c
commit 22e121d094
+1 -1
View File
@@ -12,7 +12,7 @@ services:
- ./apps/OpenSignServer/:/usr/src/app
- /usr/src/app/node_modules
ports:
- "5000:5000"
- "5001:5001"
depends_on:
- mongo
env_file: .env