Commit 1e42afd
Fix tmpfs permissions for non-root user in docker-compose.yml
The tmpfs mount at /data defaults to root ownership, but the container
runs as mcpuser (uid 1000). Set uid=1000,gid=1000 on the tmpfs mount
so heap snapshots can be written.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c265b67 commit 1e42afd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments