Skip to content

Commit

Permalink
change ui port to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Fernández committed Aug 29, 2019
1 parent 3d75401 commit 33dbbb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- "7547:7547"
- "7557:7557"
- "7567:7567"
- "80:80"
- "3000:3000"
volumes:
- opt_volume:/opt
networks:
Expand Down
2 changes: 1 addition & 1 deletion genieacs.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
GENIEACS_UI_PORT=3000

0 comments on commit 33dbbb4

Please # to comment.