Changed API port from 5000 to 5500 + Small README change.

This commit is contained in:
Daniel31x13
2022-07-19 06:56:34 -04:00
parent c3cb056c70
commit 03ba5ad7e3
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ services:
volumes:
- ./api:/home/node
ports:
- 5000:5000
- 5500:5500
restart: unless-stopped
depends_on:
- mongo
@@ -28,7 +28,7 @@ services:
build: .
environment:
# - DANGEROUSLY_DISABLE_HOST_CHECK=true
- REACT_APP_API_HOST=http://localhost:5000
- REACT_APP_API_HOST=http://localhost:5500
command: npm run go
volumes:
- /home/node/node_modules