Skip to content

Commit 3d711bf

Browse files
committed
chore: added missing gid/uid
1 parent 35dc891 commit 3d711bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chains/mithrils/scripts/docker-compose.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
mithril-aggregator:
33
image: ${MITHRIL_AGGREGATOR_IMAGE}
4+
user: "${UID:-1000}:${GID:-1000}"
45
restart: always
56
profiles:
67
- mithril
@@ -92,6 +93,7 @@ services:
9293
]
9394
mithril-signer-1:
9495
image: ${MITHRIL_SIGNER_IMAGE}
96+
user: "${UID:-1000}:${GID:-1000}"
9597
restart: always
9698
profiles:
9799
- mithril
@@ -120,6 +122,7 @@ services:
120122

121123
mithril-signer-2:
122124
image: ${MITHRIL_SIGNER_IMAGE}
125+
user: "${UID:-1000}:${GID:-1000}"
123126
restart: always
124127
profiles:
125128
- mithril

0 commit comments

Comments
 (0)