Skip to content

Commit

Permalink
Reduce tmp, as it's no longer used for caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Falk-Petersen committed Oct 4, 2024
1 parent a401268 commit 5acc414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- type: tmpfs
target: /tmp
tmpfs:
size: 100M
size: 10M
depends_on:
- redis

Expand Down

0 comments on commit 5acc414

Please sign in to comment.