From 8986efba8cbc58d4e17dcb990c7c14fa62bc4e09 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Mon, 25 Feb 2019 17:27:48 +0000 Subject: [PATCH] update port numbers --- app/nuxt.config.js | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/nuxt.config.js b/app/nuxt.config.js index fd53c79..335a531 100644 --- a/app/nuxt.config.js +++ b/app/nuxt.config.js @@ -103,7 +103,7 @@ module.exports = { }, proxy: { - '/api/v1/': 'http://192.168.0.101:8101' + '/api/v1/': 'http://192.168.0.101:3004' }, /* diff --git a/docker-compose.yml b/docker-compose.yml index a054fa6..3be3544 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: build: ./server/ restart: always ports: - - 0.0.0.0:8101:80 + - 0.0.0.0:3004:80 environment: - ENABLE_CRON=true - APP_DEBUG=true