Skip to content

Commit

Permalink
fix: erigon perms issue (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Sep 25, 2024
1 parent 71e61c8 commit 0328314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/el/op-erigon/op_erigon_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def get_config(
files=files,
entrypoint=ENTRYPOINT_ARGS,
private_ip_address_placeholder=constants.PRIVATE_IP_ADDRESS_PLACEHOLDER,
user=User(uid=0, gid=0),
)


Expand Down

0 comments on commit 0328314

Please sign in to comment.