Skip to content

Commit 6f55071

Browse files
committed
make container read_only
1 parent fb656c1 commit 6f55071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ services:
88
ports:
99
- "3000:3000"
1010
restart: unless-stopped
11+
12+
read_only: true
1113
deploy:
1214
resources:
1315
limits:

0 commit comments

Comments
 (0)