Skip to content

Commit

Permalink
chore(ci): revert read_ony policy, e2e test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
leventdem committed Jun 22, 2023
1 parent b96e9d1 commit 76a0d68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
- ../vm.log:/root/.evmosd/zama/vm.log:Z
security_opt:
- no-new-privileges:true
read_only: true
networks:
localnet:
ipv4_address: 192.167.10.2
Expand All @@ -31,7 +30,6 @@ services:
- "8001:8001"
security_opt:
- no-new-privileges:true
read_only: true
networks:
localnet:
ipv4_address: 192.167.10.12
Expand Down
2 changes: 0 additions & 2 deletions docker-compose/docker-compose.validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- ../vm.log:/root/.evmosd/zama/vm.log:Z
security_opt:
- no-new-privileges:true
read_only: true
networks:
localnet:
ipv4_address: 192.167.10.2
Expand All @@ -26,7 +25,6 @@ services:
container_name: zbcoracledb
security_opt:
- no-new-privileges:true
read_only: true
ports:
- "8001:8001"
networks:
Expand Down

0 comments on commit 76a0d68

Please sign in to comment.