Skip to content

Commit

Permalink
Merge pull request #36 from dappnode/tropicar/docker-compatibility
Browse files Browse the repository at this point in the history
Add security_opt doker feature
  • Loading branch information
eduadiez authored Jun 21, 2022
2 parents 8db934d + 6ef8f63 commit ec5bb74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
UPSTREAM_VERSION: 1.13.1
image: "nethermind-xdai.dnp.dappnode.eth:1.0.0"
restart: unless-stopped
security_opt:
- "seccomp:unconfined"
volumes:
- "data:/data"
environment:
Expand Down

0 comments on commit ec5bb74

Please sign in to comment.