Skip to content

Commit

Permalink
0.0.1-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Jul 22, 2024
1 parent 51ed130 commit 14c7e2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
psutilNet "github.com/shirou/gopsutil/v4/net"
)

var Version = "0.0.1-alpha.5"
var Version = "0.0.1-alpha.6"

var containerCpuMap = make(map[string][2]uint64)
var containerCpuMutex = &sync.Mutex{}
Expand Down
2 changes: 1 addition & 1 deletion hub/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
EXPOSE 8090

ENTRYPOINT [ "/beszel" ]
CMD ["serve", "--http=localhost:8090"]
CMD ["serve", "--http=0.0.0.0:8090"]
2 changes: 1 addition & 1 deletion hub/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"golang.org/x/crypto/ssh"
)

var Version = "0.0.1-alpha.5"
var Version = "0.0.1-alpha.6"

var app *pocketbase.PocketBase
var serverConnections = make(map[string]Server)
Expand Down

0 comments on commit 14c7e2d

Please sign in to comment.