mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #1165] [MERGED] Add tmpfs to docker-compose #1207
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/1165
Author: @jasonajack
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/2/2025
Merged by: @meltyshev
Base:
master← Head:patch-1📝 Commits (2)
fe37f63Add tmpfs to docker-compose5ddabf2chore: Fix indents📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
docker-compose.yml(+4 -0)📄 Description
Based on the findings from https://github.com/plankanban/planka/issues/852 a tmpfs location is needed for /app/.tmp to send attachments if you override the user UID/GID.
All of my volume mounts point to a local directory for a system user so I have to override the uid/gid for all of my containers. I believe many others fit into this same scenario, so having this optional text in the docker compose file would be very helpful.
I would have discussed within the issue before submitting this PR but the issue was already closed. I hope you receive this well!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.