docker updates

This commit is contained in:
Henry Dollman
2024-07-22 10:40:54 -04:00
parent a0bb97f3e8
commit 8f4659b356
3 changed files with 10 additions and 10 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=0.0.0.0:8090"]
CMD ["serve", "--http=localhost:8090"]