update port numbers

This commit is contained in:
ManjaroOne666 2019-02-25 17:27:48 +00:00
parent 84d59e5181
commit 8986efba8c
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ module.exports = {
}, },
proxy: { proxy: {
'/api/v1/': 'http://192.168.0.101:8101' '/api/v1/': 'http://192.168.0.101:3004'
}, },
/* /*

View File

@ -15,7 +15,7 @@ services:
build: ./server/ build: ./server/
restart: always restart: always
ports: ports:
- 0.0.0.0:8101:80 - 0.0.0.0:3004:80
environment: environment:
- ENABLE_CRON=true - ENABLE_CRON=true
- APP_DEBUG=true - APP_DEBUG=true