From 33dbbb4b7dedd8970ef32acaf95477ae625eeb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Fern=C3=A1ndez?= Date: Thu, 29 Aug 2019 08:38:18 +0200 Subject: [PATCH] change ui port to 3000 --- docker-compose.yml | 2 +- genieacs.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5072b8d..71d48cf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -46,7 +46,7 @@ services: - "7547:7547" - "7557:7557" - "7567:7567" - - "80:80" + - "3000:3000" volumes: - opt_volume:/opt networks: diff --git a/genieacs.env b/genieacs.env index aa33186..17aa8bf 100644 --- a/genieacs.env +++ b/genieacs.env @@ -6,4 +6,4 @@ GENIEACS_UI_ACCESS_LOG_FILE=/var/log/genieacs/genieacs-ui-access.log GENIEACS_DEBUG_FILE=/var/log/genieacs/genieacs-debug.yaml GENIEACS_EXT_DIR=/opt/genieacs/ext GENIEACS_MONGODB_CONNECTION_URL=mongodb://mongo/genieacs -GENIEACS_UI_PORT=80 \ No newline at end of file +GENIEACS_UI_PORT=3000 \ No newline at end of file