From b9d09572a5788f7d2e4c4336a7a7ae00b1a99e2a Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Fri, 8 Nov 2019 11:45:31 +0100 Subject: [PATCH] fix localhost issue with docker --- template/Gruntfile.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/Gruntfile.coffee b/template/Gruntfile.coffee index 4aee8a28..686dd9be 100644 --- a/template/Gruntfile.coffee +++ b/template/Gruntfile.coffee @@ -36,9 +36,9 @@ module.exports = (grunt) -> port: 9000 # Change hostname to '0.0.0.0' to access # the server from outside. - hostname: 'localhost' + #hostname: '0.0.0.0' base: '.' - open: true + #open: true livereload: true jshint: -- GitLab