0.0.1-alpha.6

This commit is contained in:
Henry Dollman
2024-07-22 16:52:11 -04:00
parent 51ed130b53
commit 14c7e2db8f
3 changed files with 3 additions and 3 deletions

View File

@@ -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"]