update port numbers
This commit is contained in:
parent
84d59e5181
commit
8986efba8c
|
@ -103,7 +103,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
|
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api/v1/': 'http://192.168.0.101:8101'
|
'/api/v1/': 'http://192.168.0.101:3004'
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue