Skip to content

Commit

Permalink
Do not assign a default password within the dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TheiLLeniumStudios committed Jan 14, 2024
1 parent c90d55e commit 430f7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ EXPOSE 8080/tcp

ENV RUST_LOG=info

CMD ["/zumble", "--http-password", "changeme"]
CMD ["/zumble"]

0 comments on commit 430f7dd

Please sign in to comment.