Skip to content

Commit 8b33a17

Browse files
Ensure deployment files are not written by the root user.
1 parent e050f5e commit 8b33a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

espresso/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
services:
44
l1-genesis:
5+
user: 1000:1000
56
restart: on-failure
67
build:
78
context: ../
@@ -121,6 +122,7 @@ services:
121122
- ./deployment/deployer:/deployer:ro
122123

123124
l2-genesis:
125+
user: 1000:1000
124126
restart: on-failure
125127
build:
126128
context: ../

0 commit comments

Comments
 (0)