Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #117 from dappnode/Make_Java-OPTS-user-configurable
Browse files Browse the repository at this point in the history
Make JAVA OPTs user configurable in the advanced config editor
  • Loading branch information
pablomendezroyo authored Nov 27, 2023
2 parents 3384f30 + 8581f58 commit 3f7e8c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
args:
UPSTREAM_VERSION: 23.11.0
environment:
JAVA_OPTS: "-Xmx4g -Xms128m"
EXTRA_OPTS: ""
volumes:
- "web3signer_data:/data"
Expand Down
1 change: 0 additions & 1 deletion web3signer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ COPY /security /security
COPY entrypoint.sh /usr/bin/entrypoint.sh

#USER web3signer
ENV JAVA_OPTS="-Xmx4g -Xms128m"
EXPOSE 9000
ENTRYPOINT /bin/bash /usr/bin/entrypoint.sh

0 comments on commit 3f7e8c3

Please sign in to comment.