listen to every interface : no need to only listen on localhost in container

This commit is contained in:
Adrien Marquès 2020-03-09 18:58:49 +01:00
parent 0399f38f02
commit 2431a101ef
Signed by: xdrm-brackets
GPG Key ID: D75243CA236D825E
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
func main() { func main() {
listenTo := "127.0.0.1:4242" listenTo := ":4242"
// 1. build server // 1. build server
log.Printf("[server] building") log.Printf("[server] building")