diff --git a/config.go b/config.go index 87140a9..fe58be6 100644 --- a/config.go +++ b/config.go @@ -73,7 +73,7 @@ func DefaultConfig() Config { return Config{ Server: ServerConfig{ Port: ":8080", - BindHost: "127.0.0.1", + BindHost: "0.0.0.0", }, Storage: StorageConfig{ RecordingsPath: "/mnt/recordings", diff --git a/config.yaml b/config.yaml index f8492cf..d59496a 100644 --- a/config.yaml +++ b/config.yaml @@ -3,7 +3,7 @@ server: port: ":8080" - bind_host: "127.0.0.1" + bind_host: "0.0.0.0" storage: recordings_path: "/mnt/recordings"