mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user