Skip to content

Commit

Permalink
docker: remove missing flags
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 18, 2023
1 parent f245618 commit 5451d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ EXPOSE 9981/tcp

USER ${PUID}:${PGID}

ENTRYPOINT [ "benchyd", "--log.stdout", "--env", "--dir", "/data", "--http", ":8484" ]
ENTRYPOINT [ "benchyd", "--dir", "/data", "--api.addr", ":8484" ]
2 changes: 1 addition & 1 deletion docker/Dockerfile.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ EXPOSE 9881/tcp

USER ${PUID}:${PGID}

ENTRYPOINT [ "benchyd", "--log.stdout", "--env", "--dir", "/data", "--http", ":8484" ]
ENTRYPOINT [ "benchyd", "--dir", "/data", "--api.addr", ":8484" ]

0 comments on commit 5451d61

Please sign in to comment.