Skip to content

Commit

Permalink
Merge pull request #366 from yorickdowne/main
Browse files Browse the repository at this point in the history
Run blox-ssv as non-root user
  • Loading branch information
yorickdowne committed Jan 10, 2022
2 parents cd6a6f1 + 42454c3 commit 823e5f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blox-ssv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ services:
ssv-node:
restart: "${RESTART}"
image: bloxstaking/ssv-node:${SSV_NODE_TAG:-latest}
user: 12000:12000
volumes:
- ./blox-ssv-config.yaml:/config.yaml
- ssv-data:/tmp/ssv-db
- ssv-data:/tmp
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
Expand Down

0 comments on commit 823e5f8

Please sign in to comment.