From d88ccbe694a21fc0d7f2de5c57cbb6ec9cdd1d85 Mon Sep 17 00:00:00 2001 From: "foo@b.ar" Date: Tue, 19 May 2026 00:33:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=AD=20fix:=20add=20SELinux=20:Z=20labe?= =?UTF-8?q?l=20to=20.claude=20volume=20mount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes permission denied errors on SELinux-enabled systems (Fedora, RHEL) and rootless Podman. The :Z flag is safely ignored on systems without SELinux. Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6d0d141..d8e4995 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: ports: - "8000:8000" volumes: - - ~/.claude:/root/.claude + - ~/.claude:/root/.claude:Z # Optional: Mount a specific workspace directory # Uncomment and modify the line below to use a custom workspace # - ./workspace:/workspace