Skip to content

Commit

Permalink
chore(docker-compose): Enable read-only filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 19, 2024
1 parent 0646f6a commit 6b5dd67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
- "23:23"
- "2222:22"
- "127.0.0.1:1977:1977"
read_only: true
depends_on:
chown:
condition: service_completed_successfully
Expand Down

0 comments on commit 6b5dd67

Please sign in to comment.