fix browser-sync issue with docker on windows
This commit is contained in:
parent
368943461c
commit
aa79721e1b
1 changed files with 2 additions and 2 deletions
|
@ -133,8 +133,8 @@ if (process.env.SERVER) {
|
|||
port: process.env.BSYNC_PORT || 8080,
|
||||
host: process.env.BSYNC_HOST || '127.0.0.1',
|
||||
listen: process.env.BSYNC_LISTEN || '0.0.0.0',
|
||||
notify: false,
|
||||
open: false,
|
||||
// notify: false,
|
||||
// open: false,
|
||||
ui: { port: process.env.BSYNC_UI_PORT || 8081 }
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue